From 853b312649e1f9462ebf352fc1296c0fb078cc58 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:42:59 -0400 Subject: network/etherape: Fixed for bash4. --- network/etherape/etherape.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/etherape') diff --git a/network/etherape/etherape.SlackBuild b/network/etherape/etherape.SlackBuild index 2032ec83e5..7724fe1230 100644 --- a/network/etherape/etherape.SlackBuild +++ b/network/etherape/etherape.SlackBuild @@ -70,12 +70,8 @@ LDFLAGS="$SLKLDFLAGS" \ make 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 || true -) +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