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
commitedb34556fececce41f41c3eedad44e72b2fe47d6 (patch)
tree1b55a2abba6e416a78f6ced0b9db81401de5dee2 /python
parent5636fc1f4b31b7a951ba35c5689191e7be8fbf71 (diff)
downloadslackbuilds-edb34556fececce41f41c3eedad44e72b2fe47d6.tar.gz
python/pycxx: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/pycxx/pycxx.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pycxx/pycxx.SlackBuild b/python/pycxx/pycxx.SlackBuild
index d2cca7e36e..17dcb24833 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