summaryrefslogtreecommitdiffstats
path: root/misc/tal
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2013-11-22 02:37:19 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-11-22 02:37:19 -0500
commitd0c108251ae79dcfec055e5a51799df8cbbd955a (patch)
treee90ffe949fc88136e61418e7738c9f173230d6e6 /misc/tal
parent687c78d5604ce299d5164ffd69de88f2dd10fefc (diff)
downloadslackbuilds-d0c108251ae79dcfec055e5a51799df8cbbd955a.tar.gz
slackbuilds-d0c108251ae79dcfec055e5a51799df8cbbd955a.tar.xz
various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/tal')
-rw-r--r--misc/tal/tal.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tal/tal.SlackBuild b/misc/tal/tal.SlackBuild
index 4c0d35f707..103e3a05d2 100644
--- a/misc/tal/tal.SlackBuild
+++ b/misc/tal/tal.SlackBuild
@@ -45,7 +45,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 -exec chmod u+rw,go+r-w,a-s {} \;