From c362e27c26bb355b721e2ba991d884ae71294d1b Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:39:23 -0400 Subject: libraries/qwt: Fixed for bash4. --- libraries/qwt/qwt.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libraries/qwt') diff --git a/libraries/qwt/qwt.SlackBuild b/libraries/qwt/qwt.SlackBuild index 6454f8d46d..1afca22b29 100644 --- a/libraries/qwt/qwt.SlackBuild +++ b/libraries/qwt/qwt.SlackBuild @@ -56,12 +56,8 @@ make \ CXXFLAGS+="$SLKCFLAGS" make install INSTALL_ROOT=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | 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 mv $PKG/usr/doc/man $PKG/usr ( cd $PKG/usr/man -- cgit v1.2.3