From cb44d6c8e2d1360191b679deddf5ee23aa6500d4 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 27 Aug 2022 11:32:47 +0200 Subject: [PATCH] Create /var/piler/manticore dir Signed-off-by: Janos SUTO --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 0f9c40a5..7b7fcb5f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,6 +83,7 @@ installdirs: mkinstalldirs $(DESTDIR)$(localstatedir)/piler/tmp \ $(DESTDIR)$(localstatedir)/piler/error \ $(DESTDIR)$(localstatedir)/piler/sphinx + $(DESTDIR)$(localstatedir)/piler/manticore $(INSTALL) -d -m 0755 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/run/piler $(INSTALL) -d -m 0700 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/piler/store @@ -91,6 +92,7 @@ installdirs: mkinstalldirs $(INSTALL) -d -m 0711 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/piler/tmp $(INSTALL) -d -m 0711 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/piler/error $(INSTALL) -d -m 0700 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/piler/sphinx + $(INSTALL) -d -m 0700 -o $(RUNNING_USER) -g $(RUNNING_GROUP) $(DESTDIR)$(localstatedir)/piler/manticore install-am: