bootstrap: use the UNZIP variable instead of calling it directly

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Fabio Porcedda 2015-02-02 18:05:16 +01:00 committed by Thomas Petazzoni
parent 41e1cb18d1
commit cb3eca8a72
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ BOOTSTRAP_SOURCE = bootstrap-$(BOOTSTRAP_VERSION)-dist.zip
BOOTSTRAP_LICENSE = MIT
define BOOTSTRAP_EXTRACT_CMDS
unzip $(DL_DIR)/$(BOOTSTRAP_SOURCE) -d $(@D)
$(UNZIP) $(DL_DIR)/$(BOOTSTRAP_SOURCE) -d $(@D)
endef
define BOOTSTRAP_INSTALL_TARGET_CMDS