From 7c905b59906af14a34687ee2476698af4edd041e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 20 Mar 2017 16:38:44 -0400 Subject: games/UrbanTerror: Make .desktop validate, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/UrbanTerror/UrbanTerror.SlackBuild | 4 ++-- games/UrbanTerror/UrbanTerror.desktop | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/UrbanTerror/UrbanTerror.SlackBuild b/games/UrbanTerror/UrbanTerror.SlackBuild index 2cd35795c4..5e8eeb5d5c 100644 --- a/games/UrbanTerror/UrbanTerror.SlackBuild +++ b/games/UrbanTerror/UrbanTerror.SlackBuild @@ -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" diff --git a/games/UrbanTerror/UrbanTerror.desktop b/games/UrbanTerror/UrbanTerror.desktop index eef3a2716f..9e79b2d0b9 100644 --- a/games/UrbanTerror/UrbanTerror.desktop +++ b/games/UrbanTerror/UrbanTerror.desktop @@ -2,7 +2,6 @@ Name=UrbanTerror Exec=urbanterror Icon=q3ut -GenericName=Online First Person Shooter Comment=Online First Person Shooter Terminal=false Type=Application -- cgit v1.2.3