diff options
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 |
commit | eda7754fa801ffe072ecd5c277e5ffc61c4601f2 (patch) | |
tree | d2bc56fbb5eb5c626468205426d484a4144917d0 /python/simplejson | |
parent | 2b09b5382eff252835956382c30a1d7dc38b72f3 (diff) | |
download | slackbuilds-eda7754fa801ffe072ecd5c277e5ffc61c4601f2.tar.gz |
python/simplejson: Change i486 to i586
Diffstat (limited to 'python/simplejson')
-rw-r--r-- | python/simplejson/simplejson.SlackBuild | 2 |
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 |