summaryrefslogtreecommitdiffstats
path: root/system/tty2gif
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:02:32 +0100
committer B. Watson2022-06-07 08:23:53 +0200
commit21a993ec34138c0106698fbce514f5dccc81446c (patch)
tree5cc1b8057fde10c3b37ecc78003d234782e5a5ee /system/tty2gif
parentc48b76e5f2a5014bb7e944cc2288e912aea72851 (diff)
downloadslackbuilds-21a993ec34138c0106698fbce514f5dccc81446c.tar.gz
system/tty2gif: Change i486 to i586
Diffstat (limited to 'system/tty2gif')
-rw-r--r--system/tty2gif/tty2gif.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tty2gif/tty2gif.SlackBuild b/system/tty2gif/tty2gif.SlackBuild
index 04ec67f3b9..960e8b1d88 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