summaryrefslogtreecommitdiffstats
path: root/system/shake
diff options
context:
space:
mode:
author David Somero2010-05-19 08:50:29 +0200
committer David Somero2010-05-19 08:50:29 +0200
commit2a009ca21a5fe92120d9a543ef3b31384d27483c (patch)
treefa2cc73d4c527709a3a109131098da04053e3ba6 /system/shake
parentceb56fcda7ed85495720be5c35467a56fa0b849c (diff)
downloadslackbuilds-2a009ca21a5fe92120d9a543ef3b31384d27483c.tar.gz
system/shake: Fixed for bash4.
Diffstat (limited to 'system/shake')
-rw-r--r--system/shake/shake.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/shake/shake.SlackBuild b/system/shake/shake.SlackBuild
index 31152f8910..5d8d4fe9a8 100644
--- a/system/shake/shake.SlackBuild
+++ b/system/shake/shake.SlackBuild
@@ -53,10 +53,8 @@ make
make install DESTDIR=$PKG
cd -
-( cd $PKG
- find . | xargs file | grep "executable" | 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
#Move manpages manually
mkdir $PKG/usr/man