summaryrefslogtreecommitdiffstats
path: root/games/instead
diff options
context:
space:
mode:
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
commit1403dde870075208d2f2b33a09df348f5143a3a4 (patch)
treecc53cd06d090053f985e8a1fb109867507bc21f5 /games/instead
parentec76dcd2199ed5a37dea167db42a47a3f747882f (diff)
downloadslackbuilds-1403dde870075208d2f2b33a09df348f5143a3a4.tar.gz
slackbuilds-1403dde870075208d2f2b33a09df348f5143a3a4.tar.xz
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.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild
index 3a26fd438a..400382a780 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"