summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-10-02 22:33:56 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-02 22:34:18 +0200
commit5560169074b1b68860df87b68b785c3988cbd0fd (patch)
tree42f77e407079968bb1f04e3f48791fbb0c80579a /postprocess
parenta434091ba31c9e7c7725b6e25c2c534b798058a4 (diff)
fix path to .xcu files in --enable-online-update build
Change-Id: Id305df9d963276c13b0920bdfa24287c8792d25a
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_registry.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 0d1c10d966d6..4b04f9c66449 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -456,8 +456,8 @@ ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
postprocess_XCDS += onlineupdate.xcd
postprocess_DEPS_onlineupdate := main
postprocess_FILES_onlineupdate := \
- $(postprocess_MOD)/org/openoffice/Office/Addons-onlineupdate.xcu \
- $(postprocess_MOD)/org/openoffice/Office/Jobs-onlineupdate.xcu
+ $(call gb_XcuModuleTarget_get_target,extensions/source/update/check)/org/openoffice/Office/Addons-onlineupdate.xcu \
+ $(call gb_XcuModuleTarget_get_target,extensions/source/update/check)/org/openoffice/Office/Jobs-onlineupdate.xcu
endif
ifeq ($(ENABLE_OPENGL),TRUE)