summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:54:44 +0100
committer B. Watson2022-06-07 08:23:45 +0200
commit0f581349a1e3937b2eea21eb43a8b46e57e42f20 (patch)
treec2c1b28a4774d6262151bf1216732b7f510333bf /python
parent1ac6fec81c4229a2ca2fd7aa768739e6cdc7b336 (diff)
downloadslackbuilds-0f581349a1e3937b2eea21eb43a8b46e57e42f20.tar.gz
python/pychecker: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/pychecker/pychecker.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pychecker/pychecker.SlackBuild b/python/pychecker/pychecker.SlackBuild
index 3da158e0b9..9891317f22 100644
--- a/python/pychecker/pychecker.SlackBuild
+++ b/python/pychecker/pychecker.SlackBuild
@@ -32,7 +32,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