Commit cb3eca8a authored by Fabio Porcedda's avatar Fabio Porcedda Committed by Thomas Petazzoni
Browse files

bootstrap: use the UNZIP variable instead of calling it directly

parent 41e1cb18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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