ports/core (3.2): iana-etc: use install instead of mkdir to create directories in $PKG
26 Jul
2015
26 Jul
'15
5:05 p.m.
commit 808d6693521fe382bb55515f95e46d77714a452a Author: Juergen Daubert <jue@jue.li> Date: Sun Jul 26 18:56:34 2015 +0200 iana-etc: use install instead of mkdir to create directories in $PKG diff --git a/iana-etc/Pkgfile b/iana-etc/Pkgfile index 354df4b..5c23ce5 100644 --- a/iana-etc/Pkgfile +++ b/iana-etc/Pkgfile @@ -8,6 +8,6 @@ release=1 source=(services protocols) build() { - mkdir -m 755 $PKG/etc + install -d -m 755 $PKG/etc install -m 644 {services,protocols} $PKG/etc }
3474
Age (days ago)
3474
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu