diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:43 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:44 -0400 |
commit | 6734b7536d033af4d728c2a65e2ba29e845dabad (patch) | |
tree | fcf7b91d438b6729219bbe2f2d57861395527add /python | |
parent | 954e4b719df5aef6221552e32f5b2181637a032c (diff) |
python/filechunkio: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/filechunkio/filechunkio.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/filechunkio/filechunkio.SlackBuild b/python/filechunkio/filechunkio.SlackBuild index a11ae8905ff4..b1b88beb0659 100644 --- a/python/filechunkio/filechunkio.SlackBuild +++ b/python/filechunkio/filechunkio.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 |