add properly check for unzip

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-07 09:33:51 +01:00
parent ce686d2c91
commit 3bf14faef4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install-unzip:
$(error "No unzip in PATH, consider doing apt install unzip") \
endif
install-provider:
install-provider: install-unzip
if [ ! -e $(PLUGIN_DIR)/$(ARCH)/$(PROVIDER_NAME)_$(PROVIDER_VERSION) ]; then \
mkdir -p $(PLUGIN_DIR); \
wget $(PROVIDER_URL) -P $(PLUGIN_DIR); \