summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-quicklauncher-plugin
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:32:47 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:32:47 -0400
commit67e6ffe5838143c87ed2d197ad7a0fd8680d9639 (patch)
treeeae2b1288ec79d7f832366ea3e9f0819b938840f /desktop/xfce4-quicklauncher-plugin
parent342c9968f6594a151dcdbe33a275fab6a9d99ead (diff)
downloadslackbuilds-67e6ffe5838143c87ed2d197ad7a0fd8680d9639.tar.gz
slackbuilds-67e6ffe5838143c87ed2d197ad7a0fd8680d9639.tar.xz
desktop/xfce4-quicklauncher-plugin: Fixed for bash4.
Diffstat (limited to 'desktop/xfce4-quicklauncher-plugin')
-rw-r--r--desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild b/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild
index 732f5d8720..c050208d14 100644
--- a/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild
+++ b/desktop/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin.SlackBuild
@@ -73,12 +73,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 \