games/ut2004: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:23:04 -06:00 committed by B. Watson
parent 182232f51a
commit bd5929747f

View file

@ -36,7 +36,7 @@ GAMDIR=usr/share/games/ut2004
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac