remove check
This commit is contained in:
parent
fc4f484920
commit
9c127e329a
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ check: $(SHA) $(ARCHIVE)
|
||||||
$(error $(ARCHIVE) seems corrupted)
|
$(error $(ARCHIVE) seems corrupted)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install: check
|
install:
|
||||||
tar -xf $(ARCHIVE) -C $(INSTALL_PATH)
|
tar -xf $(ARCHIVE) -C $(INSTALL_PATH)
|
||||||
ln -s $(INSTALL_PATH)/waterfox/waterfox $(BIN_PATH)/$(EXEC)
|
ln -s $(INSTALL_PATH)/waterfox/waterfox $(BIN_PATH)/$(EXEC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue