games/speed-dreams: Make .desktop validate, i486=>i586.

Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-20 18:46:37 -04:00 committed by David Spencer
parent 69e1f0605a
commit c1be1e4a9b
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ SRCVERSION=$(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
@ -23,8 +23,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"

View file

@ -2,7 +2,7 @@
Name=Speed Dreams
Comment=an Open Motorsport Sim
Exec=/usr/games/speed-dreams-2
Icon=speed-dreams.xpm
Icon=speed-dreams
Terminal=false
Type=Application
Categories=Application;Game;
Categories=Game;