[Libreoffice-commits] .: solenv/gbuild

Joseph Powers jpowers at kemper.freedesktop.org
Wed May 18 19:06:27 PDT 2011


 solenv/gbuild/platform/macosx.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d511d323b65024cbf8cef45a610bf709fe3f830f
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Wed May 18 19:04:53 2011 -0700

    On MacOS X, our application is called "LibreOffice.app" and not "OpenOffice.org.app"

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 7f6e0c3..b016a95 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)) \
 


More information about the Libreoffice-commits mailing list