summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/osx_install_languagepack.applescript7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript
index 107029421d1d..8ad55396766a 100644
--- a/setup_native/scripts/osx_install_languagepack.applescript
+++ b/setup_native/scripts/osx_install_languagepack.applescript
@@ -146,10 +146,11 @@ try
(* A start of unchanged LO must take place so Gatekeeper will verify
the signature prior to installing the languagepack
*)
- if application choice is not running then
+ set apppath to POSIX path of choice
+ if application apppath is not running then
-- this will flash the startcenter once...
- tell application choice to activate
- tell application choice to quit
+ tell application apppath to activate
+ tell application apppath to quit
end if
do shell script tarCommand