]> granicus.if.org Git - icinga2/commitdiff
make: Create /var/spool/icinga2/perfdata on install.
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 16 Aug 2013 11:35:19 +0000 (13:35 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 16 Aug 2013 11:35:19 +0000 (13:35 +0200)
refs #4568

Makefile.am

index d8f8dc4d195900ae9d365b8d652f160df9a3f0f5..6439f595c8703ed23de0a75d5cadfa2a1b434f38 100644 (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}