diff options
-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 |