summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-21 08:34:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-21 08:34:31 +0100
commit20362a86f8ff9cb7f522a5ddf1c01b462026e91d (patch)
treeef12368a711953ffadfa9db293e75f2190702478 /mysqlc
parent7f0bf0941c29fd0e1a83b6f4823f5c220f9cf365 (diff)
"newtrans.1.0" -> "translations"
Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 232bc1f629ae..92707702421d 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)