From 5e3d3c54a746d5eb0b4a7218d4d32060f32add59 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:31:04 -0400 Subject: audio/dcd: Fixed for bash4. --- audio/dcd/dcd.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'audio') diff --git a/audio/dcd/dcd.SlackBuild b/audio/dcd/dcd.SlackBuild index 9d022697c6..e37e152384 100644 --- a/audio/dcd/dcd.SlackBuild +++ b/audio/dcd/dcd.SlackBuild @@ -52,12 +52,8 @@ ginstall -m 755 -s dcd $PKG/usr/bin ginstall -m 755 -d $PKG/usr/man/man1 ginstall -m 644 dcd.1 $PKG/usr/man/man1 -( 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