summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-08-19 05:00:23 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:50:03 +0700
commit90faf6419f60c959fc566d858450ff433549fd7b (patch)
treec9d1dc0631b1b81ceca371f3e66d62a087bfed6c /python
parent081849311d90c4c282a12530e297586fe4a2556d (diff)
downloadslackbuilds-90faf6419f60c959fc566d858450ff433549fd7b.tar.gz
slackbuilds-90faf6419f60c959fc566d858450ff433549fd7b.tar.xz
python/python-keybinder: i486 => i586.
Diffstat (limited to 'python')
-rw-r--r--python/python-keybinder/python-keybinder.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-keybinder/python-keybinder.SlackBuild b/python/python-keybinder/python-keybinder.SlackBuild
index ade76ee208..a0582afe4b 100644
--- a/python/python-keybinder/python-keybinder.SlackBuild
+++ b/python/python-keybinder/python-keybinder.SlackBuild
@@ -13,7 +13,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
@@ -24,8 +24,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"