desktop/scripts/unoinfo-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 304126915661efde8994595af0813a7f5cdc162d Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Jan 19 12:31:34 2021 +0100 Commit: Stephan Bergmann <sberg...@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 <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits