diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-25 00:19:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-25 00:40:54 +0200 |
commit | ca284bb7467dd2ae711e35a1735234c6e828ef04 (patch) | |
tree | 85bba6cec25c0b3ca7e4edacdeb98a3f1ac64113 /ct2n/Module_ct2n.mk | |
parent | f5e2af01af58ca548a920b72d23a3086397e8c30 (diff) |
ct2n: use a Zip target after all, because...
... the ExtensionTarget requires the description.xml to have a
translation in the --with-lang case.
Change-Id: I155e47d8a44590995ffcd63cb9ac8f02822a82e9
Diffstat (limited to 'ct2n/Module_ct2n.mk')
-rw-r--r-- | ct2n/Module_ct2n.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ct2n/Module_ct2n.mk b/ct2n/Module_ct2n.mk index 3fdb546b000c..189222d4fce3 100644 --- a/ct2n/Module_ct2n.mk +++ b/ct2n/Module_ct2n.mk @@ -13,7 +13,7 @@ ifneq (,$(filter CT2N,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,ConvertTextToNumber,\ UnpackedTarball_ct2n \ - Extension_ct2n \ + Zip_ct2n \ )) endif |