summaryrefslogtreecommitdiffstats
path: root/office/wink/wink.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/wink/wink.SlackBuild')
-rw-r--r--office/wink/wink.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/office/wink/wink.SlackBuild b/office/wink/wink.SlackBuild
index 87f45548ce..333a15610b 100644
--- a/office/wink/wink.SlackBuild
+++ b/office/wink/wink.SlackBuild
@@ -41,8 +41,8 @@ mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
tar xvf $CWD/wink15.tar.gz
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
@@ -51,8 +51,8 @@ mkdir -p $PKG/usr/share/wink
cd $PKG/usr/share/wink
tar xvf $TMP/$PRGNAM-$VERSION/installdata.tar.gz
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;