summaryrefslogtreecommitdiffstats
path: root/python/simplejson
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:54:48 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:47 -0400
commiteda7754fa801ffe072ecd5c277e5ffc61c4601f2 (patch)
treed2bc56fbb5eb5c626468205426d484a4144917d0 /python/simplejson
parent2b09b5382eff252835956382c30a1d7dc38b72f3 (diff)
downloadslackbuilds-eda7754fa801ffe072ecd5c277e5ffc61c4601f2.tar.gz
slackbuilds-eda7754fa801ffe072ecd5c277e5ffc61c4601f2.tar.xz
python/simplejson: Change i486 to i586
Diffstat (limited to 'python/simplejson')
-rw-r--r--python/simplejson/simplejson.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/simplejson/simplejson.SlackBuild b/python/simplejson/simplejson.SlackBuild
index 2d15047330..ba05ed07bf 100644
--- a/python/simplejson/simplejson.SlackBuild
+++ b/python/simplejson/simplejson.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