From dbe16284e93fdf5fc842ea605719ef30fa9dc2d0 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:45:44 -0400 Subject: network/qwit: Fixed for bash4. --- network/qwit/qwit.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/qwit') diff --git a/network/qwit/qwit.SlackBuild b/network/qwit/qwit.SlackBuild index 95b559936b..aebf9bf1d0 100644 --- a/network/qwit/qwit.SlackBuild +++ b/network/qwit/qwit.SlackBuild @@ -46,12 +46,8 @@ make \ CXXFLAGS="-pipe $SLKCFLAGS -g -Wall -W -D_REENTRANT \$(DEFINES)" 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 mkdir -p $PKG/usr/share/pixmaps install -m 0644 images/$PRGNAM.png $PKG/usr/share/pixmaps/ -- cgit v1.2.3