summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:54:43 +0100
committer B. Watson2022-06-07 08:23:44 +0200
commit6734b7536d033af4d728c2a65e2ba29e845dabad (patch)
treefcf7b91d438b6729219bbe2f2d57861395527add /python
parent954e4b719df5aef6221552e32f5b2181637a032c (diff)
downloadslackbuilds-6734b7536d033af4d728c2a65e2ba29e845dabad.tar.gz
python/filechunkio: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/filechunkio/filechunkio.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/filechunkio/filechunkio.SlackBuild b/python/filechunkio/filechunkio.SlackBuild
index a11ae8905f..b1b88beb06 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