aboutsummaryrefslogtreecommitdiff
path: root/python/characteristic
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:54:42 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:44 -0400
commitf11bdef2fcb0cebfc598f0bf4070501e858959b8 (patch)
tree86aa26fa4cef43acba6b5725901dee0c21203bde /python/characteristic
parent186b61bd89696a1970bec9dc3bc8608044f22a49 (diff)
python/characteristic: Change i486 to i586
Diffstat (limited to 'python/characteristic')
-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 88bc21dccaf5..11d993946a0a 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