From 50e881a9418ea93241f07c46057a476b5026138f Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:31:54 -0400 Subject: desktop/gtk-chtheme: Fixed for bash4. --- desktop/gtk-chtheme/gtk-chtheme.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/gtk-chtheme/gtk-chtheme.SlackBuild b/desktop/gtk-chtheme/gtk-chtheme.SlackBuild index d96334b396331..5cf1aace12486 100644 --- a/desktop/gtk-chtheme/gtk-chtheme.SlackBuild +++ b/desktop/gtk-chtheme/gtk-chtheme.SlackBuild @@ -57,8 +57,8 @@ fi make || exit 1 make install DESTDIR=$PKG MANDIR=usr/man || exit 1 -find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -find $PKG | 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