summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-12-27 12:49:46 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-12-27 12:49:46 -0600
commitac9001b5dcc480942c19d9e06ece70cbc24444e1 (patch)
treec29358aefaf3baf5aab5f6b691945bae33dddc77 /icu
parent879f3aa79f524658f0698717e3eef5c361310531 (diff)
fix UnpackedTarget strip_components snaffu
Change-Id: I002470c2888d6dec876af18c2c016cc789eb399e
Diffstat (limited to 'icu')
-rw-r--r--icu/UnpackedTarball_icu_data.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/UnpackedTarball_icu_data.mk b/icu/UnpackedTarball_icu_data.mk
index 25274f1a595f..bc406a0c55a6 100644
--- a/icu/UnpackedTarball_icu_data.mk
+++ b/icu/UnpackedTarball_icu_data.mk
@@ -9,6 +9,6 @@
$(eval $(call gb_UnpackedTarball_UnpackedTarball,icu_data))
-$(eval $(call gb_UnpackedTarball_set_tarball,icu_data,$(ICU_DATA_SUBSET_ZIP)))
+$(eval $(call gb_UnpackedTarball_set_tarball,icu_data,$(ICU_DATA_SUBSET_ZIP),0))
# vim: set noet sw=4 ts=4: