From ef9ba90d6cf01cc79eea2b09736ff3350bfdb98c Mon Sep 17 00:00:00 2001 From: Brian Muramatsu Date: Thu, 13 May 2010 13:15:51 -0500 Subject: network/wol: Updated for version 0.7.1. --- network/wol/wol.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'network/wol/wol.SlackBuild') diff --git a/network/wol/wol.SlackBuild b/network/wol/wol.SlackBuild index 5278b6cc33..5f31ee85bd 100644 --- a/network/wol/wol.SlackBuild +++ b/network/wol/wol.SlackBuild @@ -53,12 +53,8 @@ CFLAGS="$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 - 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 || exit 1 find . -type f -exec gzip -9 {} \; -- cgit v1.2.3