From 42300db6db69289e0dbe8843b5fbca396ad33c08 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 26 May 2010 01:50:58 +0000 Subject: [PATCH] tweak the ARCH assignment for i*86 based on changes in the SBo SlackBuild template --- src/usr/sbin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index bd4ce50..7fbad3b 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -4397,7 +4397,7 @@ fi # Automatically determine the architecture we're building on: if [[ -z "$ARCH" ]]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) ARCH=i486 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other # archs: