network/rejik: Fixed file and directory ownership.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-19 00:26:25 +00:00 committed by Willy Sudiarto Raharjo
parent d8238b285a
commit bc0236136d

View file

@ -78,6 +78,10 @@ patch -p 0 < $CWD/fixconf.patch
DSTDIR=$PKG make
DSTDIR=$PKG make install
# 'make install' creates the whole tree as nobody:nogroup
chown -R root:root $PKG
chown nobody:nogroup $PKG/var/log/squid/rejik/
cd ..
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION