summaryrefslogtreecommitdiffstats
path: root/libraries/zope.location/zope.location.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zope.location/zope.location.SlackBuild')
-rw-r--r--libraries/zope.location/zope.location.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild
index f20208d21f..2c22691c09 100644
--- a/libraries/zope.location/zope.location.SlackBuild
+++ b/libraries/zope.location/zope.location.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