From 988f250694e3c2722f76e9b7c235dba59cb2f44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 16 Apr 2021 21:42:28 +0200 Subject: [PATCH] Create the config dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8f35a60..739044c 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ install: install -d -m 0755 $(DESTDIR)$(MAN8DIR) if test -f "$(TARGET_DIR)/acmed"; then \ install -d -m 0755 $(DESTDIR)$(MAN5DIR); \ + install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/acmed; \ install -d -m 0755 $(DESTDIR)$(VARLIBDIR)/acmed/certs; \ install -d -m 0700 $(DESTDIR)$(VARLIBDIR)/acmed/accounts; \ install -m 0755 $(TARGET_DIR)/acmed $(DESTDIR)$(BINDIR)/acmed; \