diff options
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 |
commit | 047b4400c925217858e99d17d5878aa0970019f3 (patch) | |
tree | f9c9b3809450bcbfd08c83e21fdc8618f8d5f477 /misc | |
parent | 35004d0f212b227c0ff99a15eca31072319e45e1 (diff) |
misc/weather: Change i486 to i586
Diffstat (limited to 'misc')
-rw-r--r-- | misc/weather/weather.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/weather/weather.SlackBuild b/misc/weather/weather.SlackBuild index 16807b9dea32..0c4d2d8347ca 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 |