From b4e8f99a253ee20cba0718d042ca17cca2e8dcb5 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 26 Feb 2013 11:02:56 +0100 Subject: [PATCH] instsetoo_native: fix helppack generation Change-Id: I30778847b23aabccba2275d518eba7f57ffcefd5 --- instsetoo_native/CustomTarget_install.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk index 8b55cadfed17..6f12965cce49 100644 --- a/instsetoo_native/CustomTarget_install.mk +++ b/instsetoo_native/CustomTarget_install.mk @@ -62,6 +62,7 @@ instsetoo_native_WITH_LANG := en-US $(filter-out en-US,$(gb_WITH_LANG)) ifeq (WNT,$(OS)) define instsetoo_native_msitemplates + TEMPLATE_DIR=$(dir $@)msi_templates \ && rm -rf $${TEMPLATE_DIR} \ && mkdir -p $${TEMPLATE_DIR}/Binary \