diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-19 04:59:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:50:03 +0700 |
commit | 484ba356e1283896b419c258861e5a372b93ddde (patch) | |
tree | b8e720e4cc496cb44416194ce92cc487c9894bb8 | |
parent | e644b93727361b7c74d30f5a610419cffe763d60 (diff) | |
download | slackbuilds-484ba356e1283896b419c258861e5a372b93ddde.tar.gz |
games/ceferino: i486 => i586.
-rw-r--r-- | games/ceferino/ceferino.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/ceferino/ceferino.SlackBuild b/games/ceferino/ceferino.SlackBuild index 43a8c88c6f..3d62199d4f 100644 --- a/games/ceferino/ceferino.SlackBuild +++ b/games/ceferino/ceferino.SlackBuild @@ -15,7 +15,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 @@ -26,8 +26,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" |