From 91a8aa279278930a6e06a3aef818682c2aec9268 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:31:53 -0400 Subject: desktop/grun: Fixed for bash4. --- desktop/grun/grun.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/grun') diff --git a/desktop/grun/grun.SlackBuild b/desktop/grun/grun.SlackBuild index 3c0ea889ad..4f2e720de2 100755 --- a/desktop/grun/grun.SlackBuild +++ b/desktop/grun/grun.SlackBuild @@ -74,8 +74,8 @@ make install DESTDIR=$PKG gzip -9 $PKG/usr/man/man?/*.?x -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-79-gdb01