[Libreoffice-commits] core.git: sysui/CustomTarget_share.mk

Stephan Bergmann sbergman at redhat.com
Mon Feb 18 00:06:40 PST 2013


 sysui/CustomTarget_share.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0dc319e2aa28844c3cea8b236b02a67561b76de2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Feb 18 09:06:14 2013 +0100

    Apparent typo
    
    Change-Id: I37841734ee2845679252741b776af03625b49aaa

diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk
index 4a0499e..827d849 100644
--- a/sysui/CustomTarget_share.mk
+++ b/sysui/CustomTarget_share.mk
@@ -212,7 +212,7 @@ $(share_WORKDIR)/%/build.flag: $(share_SRCDIR)/share/brand.pl $(LAUNCHERS) \
 	touch $@
 
 ifneq ($(WITH_LANG),)
-$(share_WORKDIR)/%.ulf: $(share_SRCDIR)/desktop/share/%.ulf | $(call gb_Executable_get_runtime_dependencies,ulfex)
+$(share_WORKDIR)/%.ulf: $(share_SRCDIR)/share/%.ulf | $(call gb_Executable_get_runtime_dependencies,ulfex)
 	$(call gb_Output_announce,$@,$(true),SUM,1)
 	MERGEINPUT=`$(gb_MKTEMP)` && \
 	echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $@)).po) > $${MERGEINPUT} && \


More information about the Libreoffice-commits mailing list