icinga2: fix conf_files; re-add required configure args.
This commit is contained in:
parent
7a2ef39dcd
commit
4852878ffa
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ pkgname=icinga2
|
||||||
version=2.4.10
|
version=2.4.10
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
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"
|
hostmakedepends="flex git"
|
||||||
makedepends="libressl-devel boost-devel yajl-devel libmysqlclient-devel libedit-devel postgresql-libs-devel"
|
makedepends="libressl-devel boost-devel yajl-devel libmysqlclient-devel libedit-devel postgresql-libs-devel"
|
||||||
depends="monitoring-plugins"
|
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"
|
short_desc="A scalable and extensible monitoring system"
|
||||||
maintainer="Corné Oppelaar <hello@eaterofco.de>"
|
maintainer="Corné Oppelaar <hello@eaterofco.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Reference in a new issue