From 9733193f42fbed1ee17538030fe82637a5a3bf76 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 8 Jan 2020 16:18:13 +0100 Subject: [PATCH] check for archive before installing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19a5f8a..a9a7dc6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ check: $(SHA) $(ARCHIVE) $(error $(ARCHIVE) seems corrupted) endif -install: +install: $(ARCHIVE) tar -xf $(ARCHIVE) -C $(INSTALL_PATH) ln -s $(INSTALL_PATH)/waterfox/waterfox $(BIN_PATH)/$(EXEC)