From daddc65935a35498365018fa6f944d462755fd01 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:44:38 -0400 Subject: network/nicotine+: Fixed for bash4. --- network/nicotine+/nicotine+.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/nicotine+') diff --git a/network/nicotine+/nicotine+.SlackBuild b/network/nicotine+/nicotine+.SlackBuild index 6908fbe4d6..2596c30101 100644 --- a/network/nicotine+/nicotine+.SlackBuild +++ b/network/nicotine+/nicotine+.SlackBuild @@ -32,12 +32,8 @@ find . \ python setup.py build python setup.py 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 mv $PKG/usr/share/man $PKG/usr ( cd $PKG/usr/man -- cgit v1.2.3