From 75fc9dc007c869a377d2471d8a2bfdeb462ffdd5 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:49:16 -0400 Subject: system/herculesstudio: Fixed for bash4. --- system/herculesstudio/herculesstudio.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'system/herculesstudio') diff --git a/system/herculesstudio/herculesstudio.SlackBuild b/system/herculesstudio/herculesstudio.SlackBuild index f946aa331e..b5a39750cd 100644 --- a/system/herculesstudio/herculesstudio.SlackBuild +++ b/system/herculesstudio/herculesstudio.SlackBuild @@ -52,12 +52,8 @@ qmake make make install INSTALL_ROOT=$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 || 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 # Copy icon & desktop file to package mkdir -p $PKG/usr/share/{applications,pixmaps} -- cgit v1.2.3