summaryrefslogtreecommitdiffstats
path: root/libraries/jbigkit/jbigkit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/jbigkit/jbigkit.SlackBuild')
-rw-r--r--libraries/jbigkit/jbigkit.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/libraries/jbigkit/jbigkit.SlackBuild b/libraries/jbigkit/jbigkit.SlackBuild
index 83a8650413..193dbc1eb0 100644
--- a/libraries/jbigkit/jbigkit.SlackBuild
+++ b/libraries/jbigkit/jbigkit.SlackBuild
@@ -48,12 +48,8 @@ cd -
# ... and all the rest
make CCFLAGS="$SLKCFLAGS"
-( 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
# There is no "install" target in the Makefile...