From 6dbfa52dbcb91146805165793b12cef924a9c5be Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 5 Feb 2025 09:23:19 -0700 Subject: [PATCH] Create site overlay directory This was previously added to warewulf.spec, but the directory wasn't actually being created. Signed-off-by: Jonathon Anderson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2b4500cc..cabe9e1c 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ test-cover: $(config) install: build docs install -d -m 0755 $(DESTDIR)$(BINDIR) install -d -m 0755 $(DESTDIR)$(WWCHROOTDIR) + install -d -m 0755 $(DESTDIR)$(WWOVERLAYDIR) install -d -m 0755 $(DESTDIR)$(WWPROVISIONDIR) install -d -m 0755 $(DESTDIR)$(DATADIR)/warewulf/overlays/wwinit/rootfs/$(WWCLIENTDIR) install -d -m 0755 $(DESTDIR)$(DATADIR)/warewulf/overlays/wwclient/rootfs/$(WWCLIENTDIR)