summaryrefslogtreecommitdiffstats
path: root/system/ts
diff options
context:
space:
mode:
Diffstat (limited to 'system/ts')
-rw-r--r--system/ts/ts.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/system/ts/ts.SlackBuild b/system/ts/ts.SlackBuild
index e1e8b138ef..cc6bf235d8 100644
--- a/system/ts/ts.SlackBuild
+++ b/system/ts/ts.SlackBuild
@@ -46,12 +46,8 @@ find . \
make
make install PREFIX=$PKG/usr
-( 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
rmdir $PKG/usr/share