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 /solenv | |
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 'solenv')
-rw-r--r-- | solenv/gbuild/Zip.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/gbuild/Zip.mk b/solenv/gbuild/Zip.mk index a7239cd6477f..715b495ce9e4 100644 --- a/solenv/gbuild/Zip.mk +++ b/solenv/gbuild/Zip.mk @@ -128,4 +128,10 @@ $(call gb_Zip_get_target,$(1)) : gb_Zip_ZIPCOMMAND += $(2) endef +define gb_Zip_use_unpacked +$(call gb_Zip__get_preparation_target,$(1)) \ + :| $(call gb_UnpackedTarball_get_final_target,$(2)) + +endef + # vim: set noet sw=4 ts=4: |