summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/tome/tomebin178 -> 0 bytes
-rw-r--r--games/tome/tome.SlackBuild6
2 files changed, 3 insertions, 3 deletions
diff --git a/games/tome/tome b/games/tome/tome
deleted file mode 100644
index 54d866a45c..0000000000
--- a/games/tome/tome
+++ /dev/null
Binary files differ
diff --git a/games/tome/tome.SlackBuild b/games/tome/tome.SlackBuild
index 6bbfafa0b6..1d28a6ddf2 100644
--- a/games/tome/tome.SlackBuild
+++ b/games/tome/tome.SlackBuild
@@ -31,7 +31,7 @@ SRCVER=$(echo $VERSION | tr _ -)
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"