mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
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:
parent
be10685425
commit
afdddf16c6
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$(uname -m) ;;
|
*) ARCH=$(uname -m) ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -4,7 +4,7 @@ Type=Application
|
||||||
Name=Alloy Analyzer
|
Name=Alloy Analyzer
|
||||||
Comment=Alloy modeling language and analyzer
|
Comment=Alloy modeling language and analyzer
|
||||||
Exec=alloy
|
Exec=alloy
|
||||||
Icon=alloy.png
|
Icon=alloy
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Development;
|
Categories=Development;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
Loading…
Reference in a new issue