check for archive before installing
This commit is contained in:
parent
9c127e329a
commit
9733193f42
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ check: $(SHA) $(ARCHIVE)
|
||||||
$(error $(ARCHIVE) seems corrupted)
|
$(error $(ARCHIVE) seems corrupted)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install:
|
install: $(ARCHIVE)
|
||||||
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