diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:23:04 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:20 -0400 |
commit | bd5929747ff52af75b0af2b6a80c379fa1fcd1a3 (patch) | |
tree | 8247b3bf8d9eb73d7849886b49f5a8e6e907c1d1 /games | |
parent | 182232f51a3259622d01d4d2b814e4b1a9f3fb65 (diff) |
games/ut2004: Change i486 to i586
Diffstat (limited to 'games')
-rw-r--r-- | games/ut2004/ut2004.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ut2004/ut2004.SlackBuild b/games/ut2004/ut2004.SlackBuild index 3f66c8608a54..fac92c09aaa4 100644 --- a/games/ut2004/ut2004.SlackBuild +++ b/games/ut2004/ut2004.SlackBuild @@ -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 |