From 1d80692489a61c7f3b4039e26b5b9247394150da Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:34:16 -0400 Subject: games/advancemame: Fixed for bash4. --- games/advancemame/advancemame.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/advancemame/advancemame.SlackBuild b/games/advancemame/advancemame.SlackBuild index 8582130180..f895235c85 100644 --- a/games/advancemame/advancemame.SlackBuild +++ b/games/advancemame/advancemame.SlackBuild @@ -73,12 +73,8 @@ make /usr/bin/ginstall -m 644 $DOC $PKG/usr/doc/$PRGNAM-$VERSION /usr/bin/ginstall -m 644 ./doc/*.1 $PKG/usr/man/man1 -( 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 ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; -- cgit v1.2.3