From c06fa45abc40483e708f7b0ca9d8ca1f5d5a6f0a Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:48:08 -0400 Subject: system/chkrootkit: Fixed for bash4. --- system/chkrootkit/chkrootkit.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'system/chkrootkit') diff --git a/system/chkrootkit/chkrootkit.SlackBuild b/system/chkrootkit/chkrootkit.SlackBuild index bdc5aed1ce..51a32121c4 100644 --- a/system/chkrootkit/chkrootkit.SlackBuild +++ b/system/chkrootkit/chkrootkit.SlackBuild @@ -74,12 +74,8 @@ cd \$PRGDIR && exec ./$PRGNAM \$* EOF chmod 0755 $PKG/usr/sbin/$PRGNAM -( 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ACKNOWLEDGMENTS COPYRIGHT README* chkrootkit.lsm \ -- cgit v1.2.3