summaryrefslogtreecommitdiffstats
path: root/development/gisto
diff options
context:
space:
mode:
Diffstat (limited to 'development/gisto')
-rw-r--r--development/gisto/gisto.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/gisto/gisto.SlackBuild b/development/gisto/gisto.SlackBuild
index 9985f4c97e..21c4331782 100644
--- a/development/gisto/gisto.SlackBuild
+++ b/development/gisto/gisto.SlackBuild
@@ -71,6 +71,12 @@ cd $TMP
rm -rf $SRCNAM-$VERSION-linux\_$SRCARCHSHORT/
tar xvpf $CWD/$SRCNAM-$VERSION-Linux\_$SRCARCH.tar.gz
cd $SRCNAM-$VERSION-linux\_$SRCARCHSHORT/
+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 \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/opt/$PRGNAM/
cp -ar setup share gisto/* $PKG/opt/$PRGNAM/