[Libreoffice-commits] core.git: desktop/scripts
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 19 13:39:05 UTC 2021
desktop/scripts/unoinfo-mac.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 304126915661efde8994595af0813a7f5cdc162d
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jan 19 12:31:34 2021 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jan 19 14:38:18 2021 +0100
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 at redhat.com>
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
More information about the Libreoffice-commits
mailing list