summaryrefslogtreecommitdiffstats
path: root/python/python3-routes/python3-routes.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-routes/python3-routes.SlackBuild')
-rw-r--r--python/python3-routes/python3-routes.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-routes/python3-routes.SlackBuild b/python/python3-routes/python3-routes.SlackBuild
index 37b96b681d..ed37315c5a 100644
--- a/python/python3-routes/python3-routes.SlackBuild
+++ b/python/python3-routes/python3-routes.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-routes
SRCNAM=Routes
VERSION=${VERSION:-2.5.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -58,6 +58,7 @@ rm -rf $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
+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 \