From 707ef6598f136faa5a8f5464377f50a3852804d3 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:37:19 -0400 Subject: [PATCH] libraries/libelf: Fixed for bash4. --- libraries/libelf/libelf.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libraries/libelf/libelf.SlackBuild b/libraries/libelf/libelf.SlackBuild index cfee13fd0b..fa3ea89c0c 100644 --- a/libraries/libelf/libelf.SlackBuild +++ b/libraries/libelf/libelf.SlackBuild @@ -54,12 +54,8 @@ CFLAGS="$SLKCFLAGS" \ make make instroot=$PKG install -( 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 \