From 7d6ff4e01edc1e1ceeb57f2d77f33ab7acca384d Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:45:41 -0400 Subject: network/qbittorrent: Fixed for bash4. --- network/qbittorrent/qbittorrent.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/qbittorrent') diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index a5c9670fabbd..72746e8e8605 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -80,12 +80,8 @@ for i in 16 22 24 32 36 48 64 72 96 128 192 ; do $PKG/usr/share/icons/hicolor/${i}x${i}/apps ; done -( 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