From b8ec13df1cbe4009086a91f1505ab5bbae9b29e9 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 25 Apr 2010 12:16:41 -0500 Subject: desktop/xfswitch-plugin: Fixes for bash4. --- desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'desktop/xfswitch-plugin') diff --git a/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild b/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild index f9c65a99276a..8961ba73870b 100644 --- a/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild +++ b/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild @@ -75,12 +75,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null - 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ -- cgit v1.2.3