diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-09-14 17:59:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 17:59:33 +0700 |
commit | e7108d392392b1c6c9be09ee502e6faad71d98f6 (patch) | |
tree | aff6f198c2b8b91a1537a534ea7052f2234acd51 /python/buildbot-slave/buildbot-slave.SlackBuild | |
parent | af439ee13de47f397e5406fcc1051916dc7d2b9d (diff) | |
download | slackbuilds-e7108d392392b1c6c9be09ee502e6faad71d98f6.tar.gz |
python/buildbot-slave: Updated for version 0.8.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot-slave/buildbot-slave.SlackBuild')
-rw-r--r-- | python/buildbot-slave/buildbot-slave.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/buildbot-slave/buildbot-slave.SlackBuild b/python/buildbot-slave/buildbot-slave.SlackBuild index 3e50b86750..a97590111d 100644 --- a/python/buildbot-slave/buildbot-slave.SlackBuild +++ b/python/buildbot-slave/buildbot-slave.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for buildbot-slave -# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2012-2016 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,13 +25,13 @@ # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=buildbot-slave -VERSION=${VERSION:-0.8.10} +VERSION=${VERSION:-0.8.12} BUILD=${BUILD:-1} 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 @@ -42,8 +42,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" |