summaryrefslogtreecommitdiffstats
path: root/games/PyLotRO
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:23:00 +0100
committer B. Watson2022-06-07 08:23:18 +0200
commit590eb16a9fb53a095f60826847ae8d0404c035f8 (patch)
treea9ec62c2774d682748de649b1c2007f68a626c4d /games/PyLotRO
parent103eb7053f813034a1dd09e52a4c8a850126f691 (diff)
downloadslackbuilds-590eb16a9fb53a095f60826847ae8d0404c035f8.tar.gz
games/PyLotRO: Change i486 to i586
Diffstat (limited to 'games/PyLotRO')
-rw-r--r--games/PyLotRO/PyLotRO.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/PyLotRO/PyLotRO.SlackBuild b/games/PyLotRO/PyLotRO.SlackBuild
index 35ea251a1b..7ed7653ec5 100644
--- a/games/PyLotRO/PyLotRO.SlackBuild
+++ b/games/PyLotRO/PyLotRO.SlackBuild
@@ -31,7 +31,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