summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:32:45 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:32:45 -0400
commitbb221d9e9f558e65a8d1315f07090acb26ff5067 (patch)
treeca48609c73c481d0fc574679842eb63dd2d7aff3 /desktop
parent0dd99d43154584a14536471c3a8000e78105b0a8 (diff)
downloadslackbuilds-bb221d9e9f558e65a8d1315f07090acb26ff5067.tar.gz
slackbuilds-bb221d9e9f558e65a8d1315f07090acb26ff5067.tar.xz
desktop/xfce4-netload-plugin: Fixed for bash4.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-netload-plugin/xfce4-netload-plugin.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/xfce4-netload-plugin/xfce4-netload-plugin.SlackBuild b/desktop/xfce4-netload-plugin/xfce4-netload-plugin.SlackBuild
index eab3c7faa4..b69dc32758 100644
--- a/desktop/xfce4-netload-plugin/xfce4-netload-plugin.SlackBuild
+++ b/desktop/xfce4-netload-plugin/xfce4-netload-plugin.SlackBuild
@@ -72,12 +72,8 @@ CFLAGS="$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 \