summaryrefslogtreecommitdiffstats
path: root/network/rejik/rejik.SlackBuild
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-19 00:26:25 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-20 02:27:21 +0700
commitbc0236136dcf5b0c37d55b1d1a76ce13d751ebe8 (patch)
tree5feb4088ef8219069e3c8b1aa3756d2b8b0d0926 /network/rejik/rejik.SlackBuild
parentd8238b285a65425bbdf75f20f2ca3fbeda859781 (diff)
downloadslackbuilds-bc0236136dcf5b0c37d55b1d1a76ce13d751ebe8.tar.gz
slackbuilds-bc0236136dcf5b0c37d55b1d1a76ce13d751ebe8.tar.xz
network/rejik: Fixed file and directory ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/rejik/rejik.SlackBuild')
-rw-r--r--network/rejik/rejik.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/rejik/rejik.SlackBuild b/network/rejik/rejik.SlackBuild
index 7f065932fa..d15d69cbe6 100644
--- a/network/rejik/rejik.SlackBuild
+++ b/network/rejik/rejik.SlackBuild
@@ -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