From 4deccb7ee71a9f137339621e4712010986e491a3 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:37:18 -0400 Subject: libraries/libebml: Fixed for bash4. --- libraries/libebml/libebml.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libraries/libebml') diff --git a/libraries/libebml/libebml.SlackBuild b/libraries/libebml/libebml.SlackBuild index 049d87b4cc..4a700a5a85 100644 --- a/libraries/libebml/libebml.SlackBuild +++ b/libraries/libebml/libebml.SlackBuild @@ -65,12 +65,8 @@ CXXFLAGS="$SLKCFLAGS" \ make prefix=/usr libdir=/usr/lib${LIBDIRSUFFIX} sharedlib -C make/linux make prefix=$PKG/usr libdir=$PKG/usr/lib${LIBDIRSUFFIX} install -C make/linux -( 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.LGPL $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3