From 047b4400c925217858e99d17d5878aa0970019f3 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 18 Mar 2022 20:33:23 -0600 Subject: [PATCH] misc/weather: Change i486 to i586 --- misc/weather/weather.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/weather/weather.SlackBuild b/misc/weather/weather.SlackBuild index 16807b9dea..0c4d2d8347 100644 --- a/misc/weather/weather.SlackBuild +++ b/misc/weather/weather.SlackBuild @@ -20,7 +20,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac