From 9a416ba104ca8a26f7f2973ebcbc71f3aab6e53f Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:32:17 -0400 Subject: desktop/synce-hal: Fixed for bash4. --- desktop/synce-hal/synce-hal.SlackBuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'desktop/synce-hal') diff --git a/desktop/synce-hal/synce-hal.SlackBuild b/desktop/synce-hal/synce-hal.SlackBuild index 920c3345f3..88303438e8 100644 --- a/desktop/synce-hal/synce-hal.SlackBuild +++ b/desktop/synce-hal/synce-hal.SlackBuild @@ -54,17 +54,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$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 -) - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +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/doc/$PRGNAM-$VERSION cp -a \ -- cgit v1.2.3