check for archive before installing

This commit is contained in:
ed 2020-01-08 16:18:13 +01:00
parent 9c127e329a
commit 9733193f42
1 changed files with 1 additions and 1 deletions

View File

@ -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)