From 2670f9203aeff8b4cd847be3037391171f17e42b Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:38:30 -0400 Subject: libraries/openjpeg: Fixed for bash4. --- libraries/openjpeg/openjpeg.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libraries/openjpeg') diff --git a/libraries/openjpeg/openjpeg.SlackBuild b/libraries/openjpeg/openjpeg.SlackBuild index b2e85a93da..106e4753a4 100644 --- a/libraries/openjpeg/openjpeg.SlackBuild +++ b/libraries/openjpeg/openjpeg.SlackBuild @@ -77,12 +77,8 @@ cd - mkdir -p $PKG/usr/include mv $PKG/openjpeg $PKG/usr/include/ -( 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ChangeLog license.txt README* $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3