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