aboutsummaryrefslogtreecommitdiff
path: root/hashalot/hashalot.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'hashalot/hashalot.SlackBuild')
-rwxr-xr-xhashalot/hashalot.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/hashalot/hashalot.SlackBuild b/hashalot/hashalot.SlackBuild
index 542aa978..0c04755b 100755
--- a/hashalot/hashalot.SlackBuild
+++ b/hashalot/hashalot.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/bash
#
# slackbuild script for hashalot
+# by rhatto at riseup.net
#
CWD="`pwd`"
@@ -15,7 +16,7 @@ fi
# default settings
PACKAGE="hashalot"
-ARCH=${ARCH:=x86_64}
+ARCH=${ARCH:=i486}
VERSION=${VERSION:=0.3}
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}