make: Create /var/spool/icinga2/perfdata on install.

refs #4568
This commit is contained in:
Michael Friedrich 2013-08-16 13:35:19 +02:00
parent d88690777c
commit a8abb48486
1 changed files with 1 additions and 0 deletions

View File

@ -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}