From 4852878ffa0c4000d2c84fe1a713df1fdb38c8e1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Jul 2016 07:10:13 +0200 Subject: [PATCH] icinga2: fix conf_files; re-add required configure args. --- srcpkgs/icinga2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icinga2/template b/srcpkgs/icinga2/template index 8356e8e2d9..8c57840dff 100644 --- a/srcpkgs/icinga2/template +++ b/srcpkgs/icinga2/template @@ -3,11 +3,11 @@ pkgname=icinga2 version=2.4.10 revision=2 build_style=cmake -configure_args="-DICINGA2_RUNDIR=/run -DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/" +configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run -DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/" hostmakedepends="flex git" makedepends="libressl-devel boost-devel yajl-devel libmysqlclient-devel libedit-devel postgresql-libs-devel" depends="monitoring-plugins" -conf_files="/etc/$pkgname/*.conf /etc/$pkgname/conf.d/*.conf /etc/$pkgname/features-enabled/*.conf" +conf_files="/etc/$pkgname/*.conf /etc/$pkgname/conf.d/*.conf /etc/$pkgname/features-available/*.conf" short_desc="A scalable and extensible monitoring system" maintainer="Corné Oppelaar " license="GPL-2"