remove check

This commit is contained in:
ed 2020-01-08 14:53:16 +01:00
parent fc4f484920
commit 9c127e329a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ check: $(SHA) $(ARCHIVE)
$(error $(ARCHIVE) seems corrupted)
endif
install: check
install:
tar -xf $(ARCHIVE) -C $(INSTALL_PATH)
ln -s $(INSTALL_PATH)/waterfox/waterfox $(BIN_PATH)/$(EXEC)