[Libreoffice-commits] .: mysqlc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 20 23:34:57 PST 2012
mysqlc/source/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 20362a86f8ff9cb7f522a5ddf1c01b462026e91d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Nov 21 08:34:03 2012 +0100
"newtrans.1.0" -> "translations"
Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 232bc1f..9270770 100644
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -236,7 +236,7 @@ $(COMPONENT_DESCRIPTIONS_PACKDEP) : $(DESCRIPTION)
$(DESCRIPTION_SRC): description.xml
+-$(RM) $@
.IF "$(WITH_LANG)" != ""
- $(XRMEX) -p $(PRJNAME) -i $< -o $@ -m $(mktmp $(foreach,lang,$(subst,en-US, $(WITH_LANG)) $(SRCDIR)$/newtrans.1.0/source/$(lang)/$(PRJNAME)$/$(PATH_IN_MODULE).po)) -l all
+ $(XRMEX) -p $(PRJNAME) -i $< -o $@ -m $(mktmp $(foreach,lang,$(subst,en-US, $(WITH_LANG)) $(SRCDIR)/translations/source/$(lang)/$(PRJNAME)$/$(PATH_IN_MODULE).po)) -l all
$(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $@ > $@.new
mv $@.new $@
@$(COPY) $(@:d)/description-*.txt $(EXTENSIONDIR)
More information about the Libreoffice-commits
mailing list