diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 17:48:00 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:36 +0000 |
commit | a9ff8beb09e4c1c2ae28dd1c54d042cac60627f0 (patch) | |
tree | a2d939ee0c538b41d51fb7ce9e1d20ec3211378d /games | |
parent | c25afbd8e0ae89f1e01d05e425ffd15c7acbad92 (diff) |
games/foobillardplus: Make .desktop validate, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/foobillardplus/foobillardplus.SlackBuild | 6 | ||||
-rw-r--r-- | games/foobillardplus/foobillardplus.desktop | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/foobillardplus/foobillardplus.SlackBuild b/games/foobillardplus/foobillardplus.SlackBuild index 982ad408b27c..759c0ed7e026 100644 --- a/games/foobillardplus/foobillardplus.SlackBuild +++ b/games/foobillardplus/foobillardplus.SlackBuild @@ -33,7 +33,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 @@ -44,8 +44,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/foobillardplus/foobillardplus.desktop b/games/foobillardplus/foobillardplus.desktop index d45ea2e4dc9a..d090343ee59d 100644 --- a/games/foobillardplus/foobillardplus.desktop +++ b/games/foobillardplus/foobillardplus.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=FooBillard++ GenericName=OpenGL billard game Comment=Free OpenGL billard game for Linux |