summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-21 10:56:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-21 10:58:03 +0100
commitf4ccd054a94de1290e01bd21d5d45f1720f7cb74 (patch)
tree2b848a35e48b33056216bbd161be152aedbd1b12
parent7f9301e7eaff91cbe064d26e6b69b785dd9bb458 (diff)
idl files need to be packaged relative to INSTDIR, not INSTROOT
...so that on OS X they end up in LibreOffice*_SDK.app/idl/, not LibreOffice.app/Contents/LibreOffice*_SDK.app/idl/. Change-Id: Id001aed334a0e1d8f835ce797a17f1f67d1a3abb
-rw-r--r--solenv/gbuild/UnoApi.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/UnoApi.mk b/solenv/gbuild/UnoApi.mk
index 52028d547107..d99195d2138c 100644
--- a/solenv/gbuild/UnoApi.mk
+++ b/solenv/gbuild/UnoApi.mk
@@ -20,6 +20,7 @@ $(call gb_UnoApiTarget_UnoApiTarget,$(1),$(1))
$(call gb_UnoApiHeadersTarget_UnoApiHeadersTarget,$(1))
ifneq ($(gb_UnoApi_ENABLE_INSTALL),)
$(call gb_Package_Package_internal,$(1)_idl,$(SRCDIR))
+$(call gb_Package_set_outdir,$(1)_idl,$(INSTDIR))
endif
$(call gb_UnoApi_get_target,$(1)) :| $(dir $(call gb_UnoApi_get_target,$(1))).dir