summaryrefslogtreecommitdiffstats
path: root/network/ettercap-NG
diff options
context:
space:
mode:
Diffstat (limited to 'network/ettercap-NG')
-rw-r--r--network/ettercap-NG/ettercap-NG.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/network/ettercap-NG/ettercap-NG.SlackBuild b/network/ettercap-NG/ettercap-NG.SlackBuild
index 0e39fce320..ba10f36881 100644
--- a/network/ettercap-NG/ettercap-NG.SlackBuild
+++ b/network/ettercap-NG/ettercap-NG.SlackBuild
@@ -73,10 +73,8 @@ cat $CWD/ettercap.desktop > $PKG/usr/share/applications/ettercap.desktop
mv $PKG/etc/etter.conf $PKG/etc/etter.conf.new
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- 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 {} \;