diff options
Diffstat (limited to 'graphics/teighafileconverter/teighafileconverter.SlackBuild')
-rw-r--r-- | graphics/teighafileconverter/teighafileconverter.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/teighafileconverter/teighafileconverter.SlackBuild b/graphics/teighafileconverter/teighafileconverter.SlackBuild index 9a03b9af64..2a9760ca50 100644 --- a/graphics/teighafileconverter/teighafileconverter.SlackBuild +++ b/graphics/teighafileconverter/teighafileconverter.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 |