[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, master, updated. v_0_6_11-2-12-g4935556
Sebastian Harl
sh at tokkee.org
Wed Apr 27 07:37:00 UTC 2011
The following commit has been merged in the master branch:
commit 49f286f6205a82e72bc79f6962c7048c0da81744
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Apr 26 13:46:41 2011 +0200
rules: Do not pass --prefix to configure and set man-/infodir correctly.
The prefix is set by layout=debian and cannot be overwritten, thus do not
pretend this is possible. Also, do not use $prefix when setting man-/infodir
but specify the complete path.
diff --git a/debian/rules b/debian/rules
index 3b4aeee..46da9ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,8 @@ config.status: configure
./configure $(CROSS) \
--with-layout=debian \
- --prefix=/usr \
- --mandir=\$${prefix}/share/man \
- --infodir=\$${prefix}/share/info \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
--without-kohana \
--with-kohana_system=/usr/share/php/kohana2/system \
--with-httpd-conf=/etc/apache2/conf.d \
--
debian packaging of PNP4Nagios
More information about the Pkg-nagios-changes
mailing list