mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
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:
parent
64274513aa
commit
fc9b2e7158
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
Name=UrbanTerror
|
||||
Exec=urbanterror
|
||||
Icon=q3ut
|
||||
GenericName=Online First Person Shooter
|
||||
Comment=Online First Person Shooter
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
Loading…
Reference in a new issue