summaryrefslogtreecommitdiffstats
path: root/development/amaya
diff options
context:
space:
mode:
author David Somero2010-05-19 08:33:12 +0200
committer David Somero2010-05-19 08:33:12 +0200
commite92df8e5323a3c7ca845a793c8671eabf598bb0f (patch)
treea5dbde61ce6ec8715e9188e7b22318f47207478e /development/amaya
parent1a45deff1f8baf73587197ce436ea4e2c79e0f46 (diff)
downloadslackbuilds-e92df8e5323a3c7ca845a793c8671eabf598bb0f.tar.gz
development/amaya: Fixed for bash4.
Diffstat (limited to 'development/amaya')
-rw-r--r--development/amaya/amaya.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/development/amaya/amaya.SlackBuild b/development/amaya/amaya.SlackBuild
index dea7cb960a..403143e533 100644
--- a/development/amaya/amaya.SlackBuild
+++ b/development/amaya/amaya.SlackBuild
@@ -59,12 +59,8 @@ cd build
make install DESTDIR=$PKG
cd ..
-( 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
-)
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# silly hack to link correctly
rm -r $PKG/opt/bin/