diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-05-18 19:04:53 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-05-18 19:05:52 -0700 |
commit | dcf540144060b1ae6ff6e6507baa231bb5820f44 (patch) | |
tree | dd7298efc9d2fad3f8dff42307140d4ad969ed6d /solenv | |
parent | f0469a72d3471fe0e5d55fabdf56bfe11490506d (diff) |
On MacOS X, our application is called "LibreOffice.app" and not "OpenOffice.org.app"
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index 7f6e0c3c956c..b016a95fdc0f 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite @@ -444,7 +444,7 @@ endef define gb_JunitTest_JunitTest_platform $(call gb_JunitTest_get_target,$(1)) : DEFS := \ - -Dorg.openoffice.test.arg.soffice="$$$${OOO_TEST_SOFFICE:-path:$(OUTDIR)/installation/opt/OpenOffice.org.app/Contents/MacOS/soffice}" \ + -Dorg.openoffice.test.arg.soffice="$$$${OOO_TEST_SOFFICE:-path:$(OUTDIR)/installation/opt/LibreOffice.app/Contents/MacOS/soffice}" \ -Dorg.openoffice.test.arg.env=DYLD_LIBRARY_PATH \ -Dorg.openoffice.test.arg.user=file://$(call gb_JunitTest_get_userdir,$(1)) \ |