Create config directory when installing.

This commit is contained in:
redxef 2023-06-15 02:36:11 +02:00
parent 34b4d34f47
commit 5d368bb9bb
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -10,5 +10,6 @@ install-bin: $(SCRIPT)
install-unit: gre-on-wg.target gre-on-wg@.service
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