diff options
Diffstat (limited to 'app/forensics/rkhunter/rkhunter.SlackBuild')
-rwxr-xr-x | app/forensics/rkhunter/rkhunter.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/forensics/rkhunter/rkhunter.SlackBuild b/app/forensics/rkhunter/rkhunter.SlackBuild index 6d6c9a2d..b60c33ab 100755 --- a/app/forensics/rkhunter/rkhunter.SlackBuild +++ b/app/forensics/rkhunter/rkhunter.SlackBuild @@ -32,7 +32,7 @@ fi CWD="$(pwd)" SRC_NAME="rkhunter" PKG_NAME="rkhunter" -ARCH=${ARCH:=i486} +ARCH="noarch" SRC_VERSION=${VERSION:=1.3.0} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1ls} |