Correction.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1779 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-05-15 22:28:12 +00:00
parent 2adf939057
commit 5becd454a7
+2 -2
View File
@@ -57,7 +57,7 @@ uqm_prepare_config()
{
# Describe the menu:
MENU_main_ITEMS="debug graphics sound ioformat"
case "$HOST_TYPE" in
case "$HOST_SYSTEM" in
Darwin)
# Installation directory not modifiable
;;
@@ -295,7 +295,7 @@ uqm_pre_install() {
}
uqm_install() {
case "$HOST_TYPE" in
case "$HOST_SYSTEM" in
Darwin)
uqm_install_osx
;;