diff --git a/srcpkgs/icinga2/INSTALL b/srcpkgs/icinga2/INSTALL index 58b3992d57..ec27c93bf8 100644 --- a/srcpkgs/icinga2/INSTALL +++ b/srcpkgs/icinga2/INSTALL @@ -3,5 +3,6 @@ post) chown -R icinga:icinga etc/icinga2 install -gicinga -oicinga -d var/log/icinga2 install -gicinga -oicinga -d var/lib/icinga2 + install -gicinga -oicinga -d var/cache/icinga2 ;; esac diff --git a/srcpkgs/icinga2/template b/srcpkgs/icinga2/template index dd45c3766e..5eda04577f 100644 --- a/srcpkgs/icinga2/template +++ b/srcpkgs/icinga2/template @@ -1,7 +1,7 @@ # Template file for 'icinga2' pkgname=icinga2 version=2.4.10 -revision=3 +revision=4 build_style=cmake configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run -DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/" hostmakedepends="flex git"