summaryrefslogtreecommitdiffstats
path: root/graphics/teighaviewer
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 /graphics/teighaviewer
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 'graphics/teighaviewer')
-rw-r--r--graphics/teighaviewer/teighaviewer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/teighaviewer/teighaviewer.SlackBuild b/graphics/teighaviewer/teighaviewer.SlackBuild
index 0495474364..9507d19611 100644
--- a/graphics/teighaviewer/teighaviewer.SlackBuild
+++ b/graphics/teighaviewer/teighaviewer.SlackBuild
@@ -46,7 +46,7 @@ tar xvf data.tar.gz
rm -f data.tar.gz control.tar.gz debian-binary
chown -R root:root .
find . -type d -exec chmod 755 {} \;
-find . \! -name '*.so' \! -name '*.tx*' -type f -exec chmod 644 {} \;
+find -L . \! -name '*.so' \! -name '*.tx*' -type f -exec chmod 644 {} \;
mkdir -p $PKG/usr/lib
mv $PKG/usr/bin/${ORIG_PRGNAM}_$VERSION $PKG/usr/lib/$ORIG_PRGNAM