From 4eebbb6e892997af6612fa1b2e68e9f6b66669e0 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:35:01 -0400 Subject: graphics/jpeg2ps: Fixed for bash4. --- graphics/jpeg2ps/jpeg2ps.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'graphics/jpeg2ps/jpeg2ps.SlackBuild') diff --git a/graphics/jpeg2ps/jpeg2ps.SlackBuild b/graphics/jpeg2ps/jpeg2ps.SlackBuild index 3668dcd0cb..ece2f5e7a0 100644 --- a/graphics/jpeg2ps/jpeg2ps.SlackBuild +++ b/graphics/jpeg2ps/jpeg2ps.SlackBuild @@ -50,12 +50,8 @@ mkdir -p $PKG/usr/bin cp jpeg2ps $PKG/usr/bin chmod 755 $PKG/usr/bin/jpeg2ps -( 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 mkdir -p $PKG/usr/man/man1 cp jpeg2ps.1 $PKG/usr/man/man1 -- cgit v1.2.3