network/netqmail: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 07:03:04 +07:00 committed by Willy Sudiarto Raharjo
parent 7f8dec415e
commit f28defb6a0
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
cat $CWD/$PRGNAM.SlackBuild > $DOCDIR/$PRGNAM.SlackBuild
cp -a $CHROOT/$PRGNAM-$VERSION/{BLURB*,CHANGES,COPYRIGHT,INTERNALS,README} $DOCDIR
cp $CHROOT/$PRGNAM-$VERSION/{BLURB*,CHANGES,COPYRIGHT,INTERNALS,README} $DOCDIR
chown -R root: $PKG/usr
@ -261,7 +261,7 @@ ln -s ../../var/qmail/bin/maildirmake $PKG/usr/bin
# Distribute the installer test suite
mkdir $INSTDIR/tests
cp -a $CWD/tests/{README,makechroot} $INSTDIR/tests/
cp $CWD/tests/{README,makechroot} $INSTDIR/tests/
chown -R root: $INSTDIR/tests
cat $CWD/slack-desc > $PKG/install/slack-desc