summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2017-01-04 20:51:46 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-07 08:47:59 +0700
commita6fb9142b54337005462ef9411651e577c6b2bf4 (patch)
tree1cb325fa44e623fa558831097b3bf8ceb7f0da10 /python
parent74132c02303eebe81f306b023c9ec71e701b4290 (diff)
downloadslackbuilds-a6fb9142b54337005462ef9411651e577c6b2bf4.tar.gz
slackbuilds-a6fb9142b54337005462ef9411651e577c6b2bf4.tar.xz
python/hgsubversion: Switch to i586.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r--python/hgsubversion/hgsubversion.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild
index 41142e7f6f..32115e9b30 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hgsubversion
-# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2017 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac