From d0c108251ae79dcfec055e5a51799df8cbbd955a Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 22 Nov 2013 02:37:19 -0500 Subject: various: Update find command to match template. Signed-off-by: dsomero --- graphics/teighaviewer/teighaviewer.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/teighaviewer') 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 -- cgit v1.2.3