summaryrefslogtreecommitdiffstats
path: root/python/RBTools
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:54:41 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:44 -0400
commit8f6427c687b5d374837521345d456d070a923bab (patch)
treeb0ee4604b15951eab3551c5b1ed0760db0a1c763 /python/RBTools
parent2ebdf46af18704c7fadf108b28622b1ffd6a0aa3 (diff)
downloadslackbuilds-8f6427c687b5d374837521345d456d070a923bab.tar.gz
slackbuilds-8f6427c687b5d374837521345d456d070a923bab.tar.xz
python/RBTools: Change i486 to i586
Diffstat (limited to 'python/RBTools')
-rw-r--r--python/RBTools/RBTools.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/RBTools/RBTools.SlackBuild b/python/RBTools/RBTools.SlackBuild
index 2794a9e14e..f5c804a827 100644
--- a/python/RBTools/RBTools.SlackBuild
+++ b/python/RBTools/RBTools.SlackBuild
@@ -13,7 +13,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