[icinga-checkins] icinga.org: icinga-core/rbartels/cgi-current: fix icinga. spec changes due to p1.pl changes #1569
git at icinga.org
git at icinga.org
Tue Jul 5 21:38:06 CEST 2011
Module: icinga-core
Branch: rbartels/cgi-current
Commit: 15d9ce78b907811b2048a8fb99983d08be2de6e8
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=15d9ce78b907811b2048a8fb99983d08be2de6e8
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Mon Jun 20 17:34:43 2011 +0200
fix icinga.spec changes due to p1.pl changes #1569
refs #1569
---
icinga.spec | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/icinga.spec b/icinga.spec
index 8d5fd42..887f111 100644
--- a/icinga.spec
+++ b/icinga.spec
@@ -107,7 +107,8 @@ Documentation for %{name}
--enable-embedded-perl \
--enable-idoutils \
--with-httpd-conf=%{apacheconfdir} \
- --with-init-dir=%{_initrddir}
+ --with-init-dir=%{_initrddir} \
+ --with-p1-file-dir="%{_libdir}/icinga"
%{__make} %{?_smp_mflags} all
%install
@@ -197,7 +198,7 @@ fi
%config(noreplace) %{_sysconfdir}/icinga/resource.cfg
%{_bindir}/icinga
%{_bindir}/icingastats
-%{_bindir}/p1.pl
+%{_libdir}/icinga/p1.pl
%{logdir}
%dir %{_localstatedir}/icinga
%dir %{_localstatedir}/icinga/checkresults
More information about the icinga-checkins
mailing list