games/UrbanTerror: 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 16:38:44 -04:00 committed by David Spencer
parent 64274513aa
commit fc9b2e7158
2 changed files with 2 additions and 3 deletions

View file

@ -37,7 +37,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
@ -52,7 +52,7 @@ ZIP_VERS=$(echo $VERSION|cut -d '.' -f -2|tr -d ".")
MIN_VERS=$(echo $VERSION|cut -d '.' -f 3-)
LIBDIRSUFFIX=
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
EXEC="i386"
elif [ "$ARCH" = "i686" ]; then
EXEC="i386"

View file

@ -2,7 +2,6 @@
Name=UrbanTerror
Exec=urbanterror
Icon=q3ut
GenericName=Online First Person Shooter
Comment=Online First Person Shooter
Terminal=false
Type=Application