From 3388ae96390c6d1e8e529da232f0d7b9ce4d9679 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:38:27 -0400 Subject: libraries/mxml: Fixed for bash4. --- libraries/mxml/mxml.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libraries/mxml/mxml.SlackBuild') diff --git a/libraries/mxml/mxml.SlackBuild b/libraries/mxml/mxml.SlackBuild index db9bb4b4f3..bd204ebc52 100644 --- a/libraries/mxml/mxml.SlackBuild +++ b/libraries/mxml/mxml.SlackBuild @@ -59,12 +59,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DSTROOT=$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 -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; -- cgit v1.2.3