mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/nevernoid: i486 => i586.
This commit is contained in:
parent
376f4447cf
commit
a30ed64025
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -26,7 +26,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
# Binary-only package, so no CFLAGS here
|
||||
case "$ARCH" in
|
||||
i?86) PARCH=x86 ; ARCH=i486 ;;
|
||||
i?86) PARCH=x86 ; ARCH=i586 ;;
|
||||
x86_64) PARCH=x64 ;;
|
||||
*) echo "Unsupported ARCH '$ARCH'" 1>&2 ; exit 1 ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue