diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-01-19 12:31:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-01-19 14:38:18 +0100 |
commit | 304126915661efde8994595af0813a7f5cdc162d (patch) | |
tree | 93901b8f1e51293e284b49198ed69dd48622e7e2 /desktop | |
parent | 064ce013a161e1aa02241a3a65191ae96136ec1b (diff) |
Fix unoinfo on macOS
...after 4b9190fc29aec0f005f08c0269bb9ff081f19fe3 "mac: don't put script files
into Contents/MacOS or framework-bin directory" moved it from Contents/MacOS/ to
Contents/Resources/
Change-Id: I90da34f73463baa516e81f6d06bd718f08e93af0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109627
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/scripts/unoinfo-mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/unoinfo-mac.sh b/desktop/scripts/unoinfo-mac.sh index b67882db0015..9b37d1b7d86b 100755 --- a/desktop/scripts/unoinfo-mac.sh +++ b/desktop/scripts/unoinfo-mac.sh @@ -38,7 +38,7 @@ c++) java) printf '0%s\0%s' \ "$sd_prog/../Resources/java/libreoffice.jar" \ - "$sd_prog" + "$sd_prog/../MacOS" ;; *) exit 1 |