summaryrefslogtreecommitdiffstats
path: root/misc/weather
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:33:23 +0100
committer B. Watson2022-06-07 08:23:24 +0200
commit047b4400c925217858e99d17d5878aa0970019f3 (patch)
treef9c9b3809450bcbfd08c83e21fdc8618f8d5f477 /misc/weather
parent35004d0f212b227c0ff99a15eca31072319e45e1 (diff)
downloadslackbuilds-047b4400c925217858e99d17d5878aa0970019f3.tar.gz
misc/weather: Change i486 to i586
Diffstat (limited to 'misc/weather')
-rw-r--r--misc/weather/weather.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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