summaryrefslogtreecommitdiff
path: root/sysklogd/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-07-26 19:02:14 +0200
committerJuergen Daubert <jue@jue.li>2015-07-26 19:02:14 +0200
commit8d26cfc0a882b46b1ad826554d71e797f755f42a (patch)
tree14e27de5072cfdcda2fe15c76062151c526b5cf4 /sysklogd/Pkgfile
parent5501bf217efc66f72c48177cc84a0f25cd0f55af (diff)
downloadcore-8d26cfc0a882b46b1ad826554d71e797f755f42a.tar.gz
core-8d26cfc0a882b46b1ad826554d71e797f755f42a.tar.xz
sysklogd: use install instead of mkdir to create directories in $PKG
Diffstat (limited to 'sysklogd/Pkgfile')
-rw-r--r--sysklogd/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile
index ffaf13c9..c1ef02af 100644
--- a/sysklogd/Pkgfile
+++ b/sysklogd/Pkgfile
@@ -11,10 +11,10 @@ source=(http://www.infodrom.org/projects/$name/download/$name-$version.tar.gz \
build() {
cd $name-$version
- mkdir -p $PKG/usr/sbin \
- $PKG/etc/{cron/weekly,rc.d} \
- $PKG/var/log \
- $PKG/usr/share/man/{man5,man8}
+ install -d $PKG/usr/sbin \
+ $PKG/etc/{cron/weekly,rc.d} \
+ $PKG/var/log \
+ $PKG/usr/share/man/{man5,man8}
make RPM_OPT_FLAGS="$CFLAGS" all
make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/share/man install

Generated by cgit