mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
tweak the ARCH assignment for i*86 based on changes in the SBo SlackBuild template
This commit is contained in:
parent
3459a87377
commit
42300db6db
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue