summaryrefslogtreecommitdiffstats
path: root/games/robotfindskitten
diff options
context:
space:
mode:
author B. Watson2017-03-20 23:41:26 +0100
committer David Spencer2017-03-25 14:27:42 +0100
commit425ab7d77b31e2df6a58c858452bf629e5169415 (patch)
tree6aa1a84001ec757f1da102e2a5837f5b50a766d5 /games/robotfindskitten
parent10ef847ea2fa2d977e58cbe3232b42d3ea8ee155 (diff)
downloadslackbuilds-425ab7d77b31e2df6a58c858452bf629e5169415.tar.gz
games/robotfindskitten: Fix .info, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/robotfindskitten')
-rw-r--r--games/robotfindskitten/robotfindskitten.SlackBuild6
-rw-r--r--games/robotfindskitten/robotfindskitten.info1
2 files changed, 3 insertions, 4 deletions
diff --git a/games/robotfindskitten/robotfindskitten.SlackBuild b/games/robotfindskitten/robotfindskitten.SlackBuild
index a6b596e166..62172bc71c 100644
--- a/games/robotfindskitten/robotfindskitten.SlackBuild
+++ b/games/robotfindskitten/robotfindskitten.SlackBuild
@@ -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
@@ -40,8 +40,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"
diff --git a/games/robotfindskitten/robotfindskitten.info b/games/robotfindskitten/robotfindskitten.info
index 6ed234cf2b..091ce00eb3 100644
--- a/games/robotfindskitten/robotfindskitten.info
+++ b/games/robotfindskitten/robotfindskitten.info
@@ -8,4 +8,3 @@ MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Josiah Boothby"
EMAIL="josiahb@gmail.com"
-