diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-31 16:06:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-31 16:06:33 -0500 |
commit | 1cc9f1aa76d507f4be193b0996e7c283b4ced109 (patch) | |
tree | c105b866a13cb37a85790923dca2bd6f2c32e852 /system/rkhunter/rkhunter.SlackBuild | |
parent | cbe0a05b49e54fac496303c12f7d82bb2fd59de7 (diff) |
system/rkhunter: Updated for version 1.3.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rkhunter/rkhunter.SlackBuild')
-rw-r--r-- | system/rkhunter/rkhunter.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/rkhunter/rkhunter.SlackBuild b/system/rkhunter/rkhunter.SlackBuild index b29dc4820e90..90efb723f65e 100644 --- a/system/rkhunter/rkhunter.SlackBuild +++ b/system/rkhunter/rkhunter.SlackBuild @@ -5,7 +5,7 @@ # Written by Michael Johnson (youngmug@animeneko.net) PRGNAM=rkhunter -VERSION=${VERSION:-1.3.6} +VERSION=${VERSION:-1.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,6 @@ find . \ -exec chmod 644 {} \; # Set the installer to build in our package directory -# Yes, this isn't an RPM, but it was the easiest way to get pathing working correctly TGZ_BUILD_ROOT=$PKG \ ./installer.sh \ --layout TGZ \ |