mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/rejik: Fixed file and directory ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d8238b285a
commit
bc0236136d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue