From 6eafee95735ab8d01b5570b84ad08b8a52c7c6ec Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:45:28 -0400 Subject: network/pound: Fixed for bash4. --- network/pound/pound.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/pound/pound.SlackBuild') diff --git a/network/pound/pound.SlackBuild b/network/pound/pound.SlackBuild index e9768e830d..cad6507df4 100644 --- a/network/pound/pound.SlackBuild +++ b/network/pound/pound.SlackBuild @@ -77,12 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \ make all 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 # Fix up some ownership and permissions chown -R root:root $PKG -- cgit v1.2.3-80-g2a13