From c0d6b343b86ad98ba14ea7fe090431f59950e792 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:45:26 -0400 Subject: network/polipo: Fixed for bash4. --- network/polipo/polipo.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/polipo/polipo.SlackBuild') diff --git a/network/polipo/polipo.SlackBuild b/network/polipo/polipo.SlackBuild index f82e344d61..9bb5b8ba36 100644 --- a/network/polipo/polipo.SlackBuild +++ b/network/polipo/polipo.SlackBuild @@ -69,12 +69,8 @@ find . \ make CDEBUGFLAGS="$SLKCFLAGS" make install DESTDIR=$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 ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; -- cgit v1.2.3