bin/run | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1b2da574ba2c37891ee59709731537af7a1ca3c2
Author: Stephan Bergmann <[email protected]>
AuthorDate: Sun Nov 17 10:37:19 2019 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Sun Nov 17 13:16:13 2019 +0100
bin/run: missing exedir for macOS
...but even the you still get a failure
> $ bin/run vcldemo
> 2019-11-17 10:37:53.159 vcldemo[18891:7736267] No Info.plist file in
application bundle or no NSPrincipalClass in the Info.plist file, exiting
Change-Id: I7c11ee5a02c4a71cf3c79dc7b5b180c3e28c059b
Reviewed-on: https://gerrit.libreoffice.org/83015
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/bin/run b/bin/run
index 6ac27b9424d7..523da3c0e178 100755
--- a/bin/run
+++ b/bin/run
@@ -46,6 +46,7 @@ elif [ $(uname) = Darwin ]; then
exit 1
fi
+ exedir="$dir"/workdir/LinkTarget/Executable
export
URE_BOOTSTRAP=file://"${dir}"/instdir/$PRODUCTNAME.app/Contents/Resources/fundamentalrc
export
DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH:+$DYLD_LIBRARY_PATH:}"${dir}"/instdir/$PRODUCTNAME.app/Contents/Frameworks
SEARCH_PATH="${DYLD_LIBRARY_PATH}"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits