summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:54:42 +0100
committer B. Watson2022-06-07 08:23:44 +0200
commitf11bdef2fcb0cebfc598f0bf4070501e858959b8 (patch)
tree86aa26fa4cef43acba6b5725901dee0c21203bde /python
parent186b61bd89696a1970bec9dc3bc8608044f22a49 (diff)
downloadslackbuilds-f11bdef2fcb0cebfc598f0bf4070501e858959b8.tar.gz
python/characteristic: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/characteristic/characteristic.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/characteristic/characteristic.SlackBuild b/python/characteristic/characteristic.SlackBuild
index 88bc21dcca..11d993946a 100644
--- a/python/characteristic/characteristic.SlackBuild
+++ b/python/characteristic/characteristic.SlackBuild
@@ -34,7 +34,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