aboutsummaryrefslogtreecommitdiff
path: root/libraries/zope.event
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:19:36 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:24:05 -0400
commit10bd1e7ef499b667a0631ac2fbd3e8dcc5ea00ca (patch)
tree6851a9330f95d4473d100b97b8083844f5e5281f /libraries/zope.event
parent9243a8640efe501eee26128223725e9c3b3f3785 (diff)
libraries/zope.event: Change i486 to i586
Diffstat (limited to 'libraries/zope.event')
-rw-r--r--libraries/zope.event/zope.event.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/zope.event/zope.event.SlackBuild b/libraries/zope.event/zope.event.SlackBuild
index 4ea814c6f206..fd389e558bc6 100644
--- a/libraries/zope.event/zope.event.SlackBuild
+++ b/libraries/zope.event/zope.event.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