summaryrefslogtreecommitdiff
path: root/setup_native/scripts/osx_install_languagepack.applescript
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/scripts/osx_install_languagepack.applescript')
-rw-r--r--setup_native/scripts/osx_install_languagepack.applescript3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript
index 735f141b4087..cbd7743b242f 100644
--- a/setup_native/scripts/osx_install_languagepack.applescript
+++ b/setup_native/scripts/osx_install_languagepack.applescript
@@ -140,7 +140,8 @@ if (button returned of result) is AbortLabel then
end if
*)
-set tarCommand to "/usr/bin/tar -C " & quoted form of (choice as string) & " -xjf " & quoted form of sourcedir & "/tarball.tar.bz2"
+-- touch extensions folder to have LO register bundled dictionaries
+set tarCommand to "/usr/bin/tar -C " & quoted form of (choice as string) & " -xjf " & quoted form of sourcedir & "/tarball.tar.bz2 && touch " & quoted form of (choice as string) & "/Contents/Resources/extensions"
try
do shell script tarCommand