diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:32 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:53 -0400 |
commit | 21a993ec34138c0106698fbce514f5dccc81446c (patch) | |
tree | 5cc1b8057fde10c3b37ecc78003d234782e5a5ee | |
parent | c48b76e5f2a5014bb7e944cc2288e912aea72851 (diff) |
system/tty2gif: Change i486 to i586
-rw-r--r-- | system/tty2gif/tty2gif.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tty2gif/tty2gif.SlackBuild b/system/tty2gif/tty2gif.SlackBuild index 04ec67f3b912..960e8b1d8806 100644 --- a/system/tty2gif/tty2gif.SlackBuild +++ b/system/tty2gif/tty2gif.SlackBuild @@ -44,7 +44,7 @@ OUTPUT=${OUTPUT:-/tmp} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |