summaryrefslogtreecommitdiffstats
path: root/libraries/eina
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:36:02 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:36:02 -0400
commit7312ab6db83ff32960e885c26a8b8e96b76d9663 (patch)
treeda2c79a1bdf1fad1cb346d24890867274d056dc5 /libraries/eina
parent510216115512763bb138691cc423188837a79434 (diff)
downloadslackbuilds-7312ab6db83ff32960e885c26a8b8e96b76d9663.tar.gz
slackbuilds-7312ab6db83ff32960e885c26a8b8e96b76d9663.tar.xz
libraries/eina: Fixed for bash4.
Diffstat (limited to 'libraries/eina')
-rw-r--r--libraries/eina/eina.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/libraries/eina/eina.SlackBuild b/libraries/eina/eina.SlackBuild
index bc1f25e0dd..6985c0d945 100644
--- a/libraries/eina/eina.SlackBuild
+++ b/libraries/eina/eina.SlackBuild
@@ -56,12 +56,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 || 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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \