From 83c2df397e31472b3636462c1bc7789272a7d114 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:50:39 -0400 Subject: system/ts: Fixed for bash4. --- system/ts/ts.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'system/ts') 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 -- cgit v1.2.3