[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 11:41:14 PDT 2013


 solenv/gbuild/CppunitTest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 437021a61657c5de4f4d2caf7c9fe7dc3406d77c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 20:40:52 2013 +0200

    Fix path for Mac OS X
    
    Change-Id: I9d4c40224def46647aa6d6003125cbe7b3a7d0b2

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 90cb7d7..062d3ed 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -284,7 +284,7 @@ endef
 # Use standard configuration.
 define gb_CppunitTest_use_configuration
 $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Package_get_target,postprocess_registry_install)
-$(call gb_CppunitTest__use_configuration,$(1),xcsxcu,$(INSTDIR)/$(LIBO_SHARE_FOLDER)/registry)
+$(call gb_CppunitTest__use_configuration,$(1),xcsxcu,$(INSTROOT)/$(LIBO_SHARE_FOLDER)/registry)
 
 endef
 


More information about the Libreoffice-commits mailing list