From 213a81fec133c29a1cce9ecb1ccd7a8af4a0e10d Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:34:24 -0400 Subject: games/fceux: Fixed for bash4. --- games/fceux/fceux.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild index 28f22a9802..3af5526fe4 100644 --- a/games/fceux/fceux.SlackBuild +++ b/games/fceux/fceux.SlackBuild @@ -65,12 +65,8 @@ cp ChangeLog COPYING INSTALL TODO \ # This is supposed to work with gtk+2-2.14.x as well... sed -i "s%2.16%2.14%" $PKG/usr/share/gfceux/gfceux.glade -( 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 || 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 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3