https://bugs.documentfoundation.org/show_bug.cgi?id=134607

--- Comment #42 from Kamei <yuki....@gmail.com> ---
I could install JA lang pack.

I change the line 69 of 'LibreOffice Language
Pack.app/Contents/osx_install.applescript'  
        set found_ooos_all to (do shell script "mdfind "kMDItemContentType ==
'com.apple.application-bundle' && kMDItemDisplayName == 'LibreOffice'"")
to
        set found_ooos_all to (do shell script "mdfind "kMDItemContentType ==
'com.apple.application-bundle' && kMDItemDisplayName == 'LibreOffice.app'"")

And change the line 129
        do shell script "mdls --raw --name kMDItemDisplayName --name
kMDItemVersion " & quoted form of (choice as string) & " | xargs -0 | fgrep
'LibreOffice 7.0'"
to
        do shell script "mdls --raw --name kMDItemDisplayName --name
kMDItemVersion " & quoted form of (choice as string) & " | xargs -0 | fgrep
'LibreOffice.app 7.0'"


Then, Run the Script. 

environment:

Version: 7.0.0.3
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 16; OS:Mac OS X 10.15.6; UI render: GL; VCL: osx
Locale: ja-JP (ja_JP.UTF-8); UI: ja-JP
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to