diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:44 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:45 -0400 |
commit | 0f581349a1e3937b2eea21eb43a8b46e57e42f20 (patch) | |
tree | c2c1b28a4774d6262151bf1216732b7f510333bf /python | |
parent | 1ac6fec81c4229a2ca2fd7aa768739e6cdc7b336 (diff) |
python/pychecker: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/pychecker/pychecker.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pychecker/pychecker.SlackBuild b/python/pychecker/pychecker.SlackBuild index 3da158e0b950..9891317f2209 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 |