development/alloy: 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 15:59:42 -04:00 committed by David Spencer
parent be10685425
commit afdddf16c6
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,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

View file

@ -4,7 +4,7 @@ Type=Application
Name=Alloy Analyzer
Comment=Alloy modeling language and analyzer
Exec=alloy
Icon=alloy.png
Icon=alloy
Terminal=false
Categories=Development;
StartupNotify=true