diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:37:19 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:37:19 -0500 |
commit | d0c108251ae79dcfec055e5a51799df8cbbd955a (patch) | |
tree | e90ffe949fc88136e61418e7738c9f173230d6e6 /misc/spotlighter | |
parent | 687c78d5604ce299d5164ffd69de88f2dd10fefc (diff) | |
download | slackbuilds-d0c108251ae79dcfec055e5a51799df8cbbd955a.tar.gz |
various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/spotlighter')
-rw-r--r-- | misc/spotlighter/spotlighter.SlackBuild | 2 |
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 {} \; |