[Libreoffice-commits] core.git: postprocess/CustomTarget_registry.mk

Matúš Kukan matus.kukan at gmail.com
Wed Oct 2 13:34:29 PDT 2013


 postprocess/CustomTarget_registry.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5560169074b1b68860df87b68b785c3988cbd0fd
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Oct 2 22:33:56 2013 +0200

    fix path to .xcu files in --enable-online-update build
    
    Change-Id: Id305df9d963276c13b0920bdfa24287c8792d25a

diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 0d1c10d..4b04f9c 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)


More information about the Libreoffice-commits mailing list