mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-15 03:41:03 +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:
|
# Automatically determine the architecture we're building on:
|
||||||
if [[ -z "$ARCH" ]]; then
|
if [[ -z "$ARCH" ]]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) export ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) export ARCH=arm ;;
|
arm*) export ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other
|
# Unless $ARCH is already set, use uname -m for all other
|
||||||
# archs:
|
# archs:
|
||||||
|
|
Loading…
Reference in a new issue