summaryrefslogtreecommitdiffstats
path: root/desktop/cairo-compmgr
diff options
context:
space:
mode:
author dsomero2013-11-22 08:37:19 +0100
committer dsomero2013-11-22 08:37:19 +0100
commitd0c108251ae79dcfec055e5a51799df8cbbd955a (patch)
treee90ffe949fc88136e61418e7738c9f173230d6e6 /desktop/cairo-compmgr
parent687c78d5604ce299d5164ffd69de88f2dd10fefc (diff)
downloadslackbuilds-d0c108251ae79dcfec055e5a51799df8cbbd955a.tar.gz
various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-compmgr')
-rw-r--r--desktop/cairo-compmgr/cairo-compmgr.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
index 6f6fc95209..7e37b9e6f0 100644
--- a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
+++ b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild
@@ -46,7 +46,7 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
+find -L . \
-type d -exec chmod 0755 {} \; -o \
-type f -perm /111 -exec chmod 755 {} \; -o \
-type f -exec chmod 644 {} \;