diff options
-rw-r--r-- | games/nethack/README | 2 | ||||
-rw-r--r-- | games/nethack/nethack.SlackBuild | 6 | ||||
-rw-r--r-- | games/nethack/nethack.info | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games/nethack/README b/games/nethack/README index 5c86accf45..1bf7f12cb7 100644 --- a/games/nethack/README +++ b/games/nethack/README @@ -1,7 +1,7 @@ Nethack is a single-player dungeon exploration game. The emphasis is on discovering the detail of the dungeon. Each game presents a different landscape - the random number generator provides an -essentially unlimited number of variations of the dungeon and its +essentially unlimited number of variations of the dungeon and its denizens to be discovered by the player in one of a number of characters: you can pick your race, your role, and your gender. diff --git a/games/nethack/nethack.SlackBuild b/games/nethack/nethack.SlackBuild index 9b3d9b5e8e..6ce6dadc39 100644 --- a/games/nethack/nethack.SlackBuild +++ b/games/nethack/nethack.SlackBuild @@ -14,7 +14,7 @@ SRCVER=${SRCVER:-360} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -25,8 +25,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/nethack/nethack.info b/games/nethack/nethack.info index 7bb9e51638..117f61504d 100644 --- a/games/nethack/nethack.info +++ b/games/nethack/nethack.info @@ -6,5 +6,5 @@ MD5SUM="d42147b26e5fb4746fb72536ce145984" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Glen Becker" +MAINTAINER="Glenn Becker" EMAIL="glenn.becker@gmail.com" |