From: Michael Friedrich Date: Fri, 16 Aug 2013 11:35:19 +0000 (+0200) Subject: make: Create /var/spool/icinga2/perfdata on install. X-Git-Tag: v0.0.3~698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8abb4848654a48db054387fcc2617c10c2372df;p=icinga2 make: Create /var/spool/icinga2/perfdata on install. refs #4568 --- diff --git a/Makefile.am b/Makefile.am index d8f8dc4d1..6439f595c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ icinga2doc_DATA = \ install-data-local: $(MKDIR_P) $(DESTDIR)${localstatedir}/log/${PACKAGE}/compat/archives $(MKDIR_P) $(DESTDIR)${localstatedir}/cache/${PACKAGE} + $(MKDIR_P) $(DESTDIR)${localstatedir}/spool/${PACKAGE}/perfdata $(MKDIR_P) $(DESTDIR)${localstatedir}/lib/${PACKAGE} $(MKDIR_P) $(DESTDIR)${localstatedir}/run/${PACKAGE}