From 8e415898dd075d7af0e702d98714ba2a1bcc1fcb Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:35:12 -0400 Subject: graphics/scantailor: Fixed for bash4. --- graphics/scantailor/scantailor.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/scantailor') diff --git a/graphics/scantailor/scantailor.SlackBuild b/graphics/scantailor/scantailor.SlackBuild index fb072bdb94..7032b5b139 100755 --- a/graphics/scantailor/scantailor.SlackBuild +++ b/graphics/scantailor/scantailor.SlackBuild @@ -54,8 +54,8 @@ cd build make install DESTDIR=$PKG cd .. -find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ -- cgit v1.2.3