diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 20:40:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 20:40:52 +0200 |
commit | 437021a61657c5de4f4d2caf7c9fe7dc3406d77c (patch) | |
tree | 8c11f22311c86fed8ac5355d8bd88d3062396059 | |
parent | 3ce0ad986cb549e8734ab6cb083456ab932f6bb1 (diff) |
Fix path for Mac OS X
Change-Id: I9d4c40224def46647aa6d6003125cbe7b3a7d0b2
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index 90cb7d7554b2..062d3ed1b90e 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 |