diff options
-rw-r--r-- | games/abuse/abuse.SlackBuild | 6 | ||||
-rw-r--r-- | games/abuse/abuse.desktop | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games/abuse/abuse.SlackBuild b/games/abuse/abuse.SlackBuild index e7add65c04..e104a13ff9 100644 --- a/games/abuse/abuse.SlackBuild +++ b/games/abuse/abuse.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 @@ -45,8 +45,8 @@ DOCS="AUTHORS COPYING COPYING.GPL COPYING.WTFPL NEWS ChangeLog README TODO" # Set this to YES if sound doesn't work SOUNDFIX=${SOUNDFIX:-NO} -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/abuse/abuse.desktop b/games/abuse/abuse.desktop index 41537c35f8..75a6d5c6dc 100644 --- a/games/abuse/abuse.desktop +++ b/games/abuse/abuse.desktop @@ -1,10 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 Name=Abuse GenericName=Dark 2D side-scrolling platform game -Comment=Dark 2D side-scrolling platform game Exec=abuse -Icon=abuse.png +Icon=abuse Terminal=false Type=Application Categories=Game; |