summaryrefslogtreecommitdiffstats
path: root/network/pgbouncer
diff options
context:
space:
mode:
author David Spencer2016-05-30 13:10:19 +0200
committer Willy Sudiarto Raharjo2016-06-01 18:54:53 +0200
commit62b811b9c54fc4a4b5c21edc5d4830aeaed93f31 (patch)
tree36f07ea4a777dbfb8be961402da2b5fbeb4d599e /network/pgbouncer
parent8c039c254fe4f198ec691d85726ea7c2fc680173 (diff)
downloadslackbuilds-62b811b9c54fc4a4b5c21edc5d4830aeaed93f31.tar.gz
network/pgbouncer: Fixed ownership.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'network/pgbouncer')
-rw-r--r--network/pgbouncer/pgbouncer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/pgbouncer/pgbouncer.SlackBuild b/network/pgbouncer/pgbouncer.SlackBuild
index 32c2f40d80..77369a62f3 100644
--- a/network/pgbouncer/pgbouncer.SlackBuild
+++ b/network/pgbouncer/pgbouncer.SlackBuild
@@ -63,7 +63,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
-#chown -R root:root .
+chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \