ports/core (3.2): eudev: use install instead of mkdir to create directories in $PKG
26 Jul
2015
26 Jul
'15
4:48 p.m.
commit 09028d096a362763283f4b3734dd214e5352072e Author: Juergen Daubert <jue@jue.li> Date: Sun Jul 26 18:48:17 2015 +0200 eudev: use install instead of mkdir to create directories in $PKG diff --git a/eudev/Pkgfile b/eudev/Pkgfile index b2c5ef2..b4db2af 100644 --- a/eudev/Pkgfile +++ b/eudev/Pkgfile @@ -35,8 +35,8 @@ build() { $PKG/sbin/udevadm hwdb --update --root=$PKG # Devices - mkdir -p $PKG/lib/{firmware,udev/devices/{pts,shm}} - mkdir -p $PKG/{lib,sbin,run} + install -d $PKG/lib/{firmware,udev/devices/{pts,shm}} + install -d $PKG/{lib,sbin,run} # Add CRUX items install -m 0755 $SRC/start_udev $PKG/sbin
3461
Age (days ago)
3461
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu