diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 17:57:39 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:38 +0000 |
commit | 1403dde870075208d2f2b33a09df348f5143a3a4 (patch) | |
tree | cc53cd06d090053f985e8a1fb109867507bc21f5 /games/instead | |
parent | ec76dcd2199ed5a37dea167db42a47a3f747882f (diff) |
games/instead: Fix TAG, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/instead')
-rw-r--r-- | games/instead/instead.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index 3a26fd438a0a..400382a780fa 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -6,11 +6,11 @@ PRGNAM=instead VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} -TAG=${TAG:-SBo} +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 @@ -21,8 +21,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" |