diff options
-rw-r--r-- | network/pgbouncer/pgbouncer.SlackBuild | 2 |
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 \ |