diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 16:38:44 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:29 +0000 |
commit | 7c905b59906af14a34687ee2476698af4edd041e (patch) | |
tree | 8cd4b810a262c65425314122a3c31e402f656322 /games/UrbanTerror | |
parent | 93ac45309dd74c9221c63be48c538556ceefcdba (diff) | |
download | slackbuilds-7c905b59906af14a34687ee2476698af4edd041e.tar.gz |
games/UrbanTerror: 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/UrbanTerror')
-rw-r--r-- | games/UrbanTerror/UrbanTerror.SlackBuild | 4 | ||||
-rw-r--r-- | games/UrbanTerror/UrbanTerror.desktop | 1 |
2 files changed, 2 insertions, 3 deletions
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 |