diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:42 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:44 -0400 |
commit | f11bdef2fcb0cebfc598f0bf4070501e858959b8 (patch) | |
tree | 86aa26fa4cef43acba6b5725901dee0c21203bde /python/characteristic | |
parent | 186b61bd89696a1970bec9dc3bc8608044f22a49 (diff) |
python/characteristic: Change i486 to i586
Diffstat (limited to 'python/characteristic')
-rw-r--r-- | python/characteristic/characteristic.SlackBuild | 2 |
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 |