summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-08-19 05:07:27 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:50:03 +0700
commitd6f885b4cc7e501356823ae67747709c48065a18 (patch)
treefbd7fb1067d28aec879137d60d227e986a43ed67 /games
parent1f99251e68163d88239d286eb16398c15d7fbdd5 (diff)
downloadslackbuilds-d6f885b4cc7e501356823ae67747709c48065a18.tar.gz
slackbuilds-d6f885b4cc7e501356823ae67747709c48065a18.tar.xz
games/skulltag: i486 => i586.
Diffstat (limited to 'games')
-rw-r--r--games/skulltag/skulltag.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/skulltag/skulltag.SlackBuild b/games/skulltag/skulltag.SlackBuild
index b74ae1d489..b89a631d20 100644
--- a/games/skulltag/skulltag.SlackBuild
+++ b/games/skulltag/skulltag.SlackBuild
@@ -13,7 +13,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
@@ -24,7 +24,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
TARARCH=x86
elif [ "$ARCH" = "i686" ]; then
@@ -34,7 +34,7 @@ elif [ "$ARCH" = "x86_64" ]; then
LIBDIRSUFFIX="64"
TARARCH=x86_64
else
- echo "Unsupported ARCH '$ARCH'. Supported ARCH values are 'i486' 'i686' 'x86_64'"
+ echo "Unsupported ARCH '$ARCH'. Supported ARCH values are 'i586' 'i686' 'x86_64'"
exit 1
fi