summaryrefslogtreecommitdiffstats
path: root/system/chkrootkit
diff options
context:
space:
mode:
Diffstat (limited to 'system/chkrootkit')
-rw-r--r--system/chkrootkit/chkrootkit.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/chkrootkit/chkrootkit.SlackBuild b/system/chkrootkit/chkrootkit.SlackBuild
index 22f4fab791..d58e6fd7f2 100644
--- a/system/chkrootkit/chkrootkit.SlackBuild
+++ b/system/chkrootkit/chkrootkit.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=chkrootkit
VERSION=${VERSION:-0.49}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -71,7 +71,7 @@ SCFLAGS="$SLKCFLAGS" make
# Lets make our own fancy make install
DESTDIR=$PKG/usr/lib${LIBDIRSUFFIX}/chkrootkit/bin
mkdir -p $DESTDIR
-for BINPRG in $(ls -l | grep "rwx\|\-x" | grep -v "\." | awk '{ print $8 }'); do
+for BINPRG in $(ls -l | grep "rwx\|\-x" | grep -v "\." | awk '{ print $9 }'); do
install -m 0755 $BINPRG $DESTDIR
done