tweak the ARCH assignment for i*86 based on changes in the SBo SlackBuild template

This commit is contained in:
chess.griffin 2010-05-26 01:50:58 +00:00
parent 3459a87377
commit 42300db6db

View file

@ -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: