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 | edb34556fececce41f41c3eedad44e72b2fe47d6 (patch) | |
tree | 1b55a2abba6e416a78f6ced0b9db81401de5dee2 /python | |
parent | 5636fc1f4b31b7a951ba35c5689191e7be8fbf71 (diff) |
python/pycxx: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/pycxx/pycxx.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pycxx/pycxx.SlackBuild b/python/pycxx/pycxx.SlackBuild index d2cca7e36ee2..17dcb2483364 100644 --- a/python/pycxx/pycxx.SlackBuild +++ b/python/pycxx/pycxx.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 |