[Libreoffice-commits] core.git: bin/run
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 17 12:17:00 UTC 2019
bin/run | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1b2da574ba2c37891ee59709731537af7a1ca3c2
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Nov 17 10:37:19 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
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 <sbergman at redhat.com>
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}"
More information about the Libreoffice-commits
mailing list