summaryrefslogtreecommitdiffstats
path: root/misc/spotlighter/spotlighter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/spotlighter/spotlighter.SlackBuild')
-rw-r--r--misc/spotlighter/spotlighter.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/spotlighter/spotlighter.SlackBuild b/misc/spotlighter/spotlighter.SlackBuild
index 7c37a834c2..609fa666e6 100644
--- a/misc/spotlighter/spotlighter.SlackBuild
+++ b/misc/spotlighter/spotlighter.SlackBuild
@@ -49,7 +49,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
# If you are going to blindly reset permissions, this is a bit more readable.
# However '-perm /111' may only be compatible with only gnu/find.
-find . \
+find -L . \
-type d -exec chmod 755 {} \; -o \
-type f -perm /111 -exec chmod 755 {} \; -o \
-type f -exec chmod 644 {} \;