From bc0236136dcf5b0c37d55b1d1a76ce13d751ebe8 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 19 Jan 2016 00:26:25 +0000 Subject: network/rejik: Fixed file and directory ownership. Signed-off-by: David Spencer --- network/rejik/rejik.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'network/rejik/rejik.SlackBuild') 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 -- cgit v1.2.3-80-g2a13