From 211a80b894f103429d8b78d6840628efe633f436 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:40:38 -0400 Subject: multimedia/dvdstyler: Fixed for bash4. --- multimedia/dvdstyler/dvdstyler.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'multimedia') diff --git a/multimedia/dvdstyler/dvdstyler.SlackBuild b/multimedia/dvdstyler/dvdstyler.SlackBuild index 281533deeb..3f92cf7e4c 100644 --- a/multimedia/dvdstyler/dvdstyler.SlackBuild +++ b/multimedia/dvdstyler/dvdstyler.SlackBuild @@ -60,12 +60,8 @@ install -D -m0644 data/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png mkdir $PKG/usr/share/$PRGNAM/templates cp -a templates/*dvdt templates/*png $PKG/usr/share/$PRGNAM/templates -( 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