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