Create config directory when installing.
This commit is contained in:
parent
34b4d34f47
commit
5d368bb9bb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -10,5 +10,6 @@ install-bin: $(SCRIPT)
|
||||||
|
|
||||||
install-unit: gre-on-wg.target gre-on-wg@.service
|
install-unit: gre-on-wg.target gre-on-wg@.service
|
||||||
install -D -m 0644 -o root -g root $^ $(PREFIX_UNIT)/systemd/system
|
install -D -m 0644 -o root -g root $^ $(PREFIX_UNIT)/systemd/system
|
||||||
|
install -m 0755 -o root -g root -d /etc/gre-on-wg
|
||||||
|
|
||||||
.PHONY: install install-bin install-unit
|
.PHONY: install install-bin install-unit
|
||||||
|
|
Loading…
Reference in a new issue