From 72b9379951ab97d9c4011a79834384efa7900656 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:38:40 -0400 Subject: libraries/perl-Geography-Countries: Fixed for bash4. --- .../perl-Geography-Countries/perl-Geography-Countries.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libraries/perl-Geography-Countries') diff --git a/libraries/perl-Geography-Countries/perl-Geography-Countries.SlackBuild b/libraries/perl-Geography-Countries/perl-Geography-Countries.SlackBuild index 3fe3a3513516..46b378e83be1 100644 --- a/libraries/perl-Geography-Countries/perl-Geography-Countries.SlackBuild +++ b/libraries/perl-Geography-Countries/perl-Geography-Countries.SlackBuild @@ -88,12 +88,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Remove empty directories find $PKG -depth -type d -empty -exec rm -rf {} \; -( 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 || true -) +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