summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:33:23 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:24 -0400
commit047b4400c925217858e99d17d5878aa0970019f3 (patch)
treef9c9b3809450bcbfd08c83e21fdc8618f8d5f477 /misc
parent35004d0f212b227c0ff99a15eca31072319e45e1 (diff)
downloadslackbuilds-047b4400c925217858e99d17d5878aa0970019f3.tar.gz
slackbuilds-047b4400c925217858e99d17d5878aa0970019f3.tar.xz
misc/weather: Change i486 to i586
Diffstat (limited to 'misc')
-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