From 5d368bb9bb8e3c46861458468b8d30b2cf790d32 Mon Sep 17 00:00:00 2001 From: redxef Date: Thu, 15 Jun 2023 02:36:11 +0200 Subject: [PATCH] Create config directory when installing. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e518027..121335a 100644 --- a/Makefile +++ b/Makefile @@ -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