Browse Source

Makefile: Remove unnecessary $(ETC) folder

Currently we have no configuration so we do not need a configuration
directory
master
Jonathan Golder 7 years ago
parent
commit
becb62ee23
Signed by: golderweb GPG Key ID: A63CA3193092AD20
  1. 2
      Makefile

2
Makefile

@ -39,7 +39,7 @@ ETC ?= $(PREFIX)/etc/$(PROJECT)
install:
$(INSTALL) -d $(BIN) $(ETC)
$(INSTALL) -d $(BIN)
$(INSTALL) letsencrypt-renew.sh $(BIN)/letsencrypt-renew
uninstall:

Loading…
Cancel
Save