summaryrefslogtreecommitdiffstats
path: root/libraries/tls/tls.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/tls/tls.SlackBuild')
-rw-r--r--libraries/tls/tls.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/tls/tls.SlackBuild b/libraries/tls/tls.SlackBuild
index 396d0f6b1f..ab0d1cc9b0 100644
--- a/libraries/tls/tls.SlackBuild
+++ b/libraries/tls/tls.SlackBuild
@@ -43,7 +43,11 @@ cd $TMP || exit 1
tar -zxvf $CWD/$PRGNAM$VERSION-src.tar.gz || exit 1
cd $PRGNAM$VERSION || exit 1
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+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 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \