icinga2: fix conf_files; re-add required configure args.

This commit is contained in:
Juan RP 2016-07-30 07:10:13 +02:00
parent 7a2ef39dcd
commit 4852878ffa

View file

@ -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 <hello@eaterofco.de>"
license="GPL-2"