aboutsummaryrefslogtreecommitdiff
path: root/libraries/logilab-astng/logilab-astng.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:19:29 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:24:02 -0400
commit1b228e12dad182cbcadb5e7941b174c20c270062 (patch)
tree5d11bec8b139198a03c67cd3403459191bb3ca71 /libraries/logilab-astng/logilab-astng.SlackBuild
parent989ac8b6f1649b4773c6a19a04b7445cccce502a (diff)
libraries/logilab-astng: Change i486 to i586
Diffstat (limited to 'libraries/logilab-astng/logilab-astng.SlackBuild')
-rw-r--r--libraries/logilab-astng/logilab-astng.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/logilab-astng/logilab-astng.SlackBuild b/libraries/logilab-astng/logilab-astng.SlackBuild
index f3e4c62561b2..26e89697ebac 100644
--- a/libraries/logilab-astng/logilab-astng.SlackBuild
+++ b/libraries/logilab-astng/logilab-astng.SlackBuild
@@ -14,7 +14,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