[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. debian/1.7.0-1-11-gfab41c3
Alexander Wirt
formorer at debian.org
Fri Jun 1 08:27:48 UTC 2012
The following commit has been merged in the master branch:
commit 37d3c92a851da782a7a14f5befe724e6a61b3ef2
Author: Alexander Wirt <formorer at debian.org>
Date: Fri Jun 1 08:46:22 2012 +0200
Remove trailing / in configure
Closes: #675043
diff --git a/debian/rules b/debian/rules
index 8639e10..afe9353 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,11 +38,11 @@ CONFIGURE = CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr \
--host=$(DEB_HOST_GNU_TYPE) \
--with-htmurl=/icinga \
--with-cgiurl=/cgi-bin/icinga \
- --with-p1-file-dir=/usr/lib/icinga/ \
+ --with-p1-file-dir=/usr/lib/icinga \
--enable-idoutils \
--with-ido2db-lockfile=/var/run/icinga/ido2db.pid \
- --with-log-dir=/var/log/icinga/ \
- --libdir=/usr/lib/icinga/ \
+ --with-log-dir=/var/log/icinga \
+ --libdir=/usr/lib/icinga \
--with-temp-file=/var/cache/icinga/icinga.tmp
clean: clean-patched unpatch
--
debian packaging of icinga(-core)
More information about the Pkg-nagios-changes
mailing list