summaryrefslogtreecommitdiffstats
path: root/source/installer/installer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsource/installer/installer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/installer.SlackBuild b/source/installer/installer.SlackBuild
index ef6a4e6ed..64f0fb2ce 100755
--- a/source/installer/installer.SlackBuild
+++ b/source/installer/installer.SlackBuild
@@ -28,7 +28,7 @@ TMP=${TMP:-/tmp}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
- i?86) ARCH=i586
+ i?86) ARCH=i686
SLACKROOT=${SLACKROOT:-/root/slackware-current}
OUTPUT=${OUTPUT:-$TMP/output-ia32-$(basename $(uname -r) -smp)}
;;