From e9525378cb3483fcef00f0b0ff03415c286c83ec Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:45:33 -0400 Subject: network/proxytunnel: Fixed for bash4. --- network/proxytunnel/proxytunnel.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network') diff --git a/network/proxytunnel/proxytunnel.SlackBuild b/network/proxytunnel/proxytunnel.SlackBuild index e76f7b141c..10ae26e3fb 100644 --- a/network/proxytunnel/proxytunnel.SlackBuild +++ b/network/proxytunnel/proxytunnel.SlackBuild @@ -44,12 +44,8 @@ find . \ make CFLAGS+="$SLKCFLAGS" make install PREFIX=/usr MANDIR=/usr/man 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