From e4c4f2669831034ff93606aec02c38f5720d6c21 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 28 Oct 2007 14:37:31 +0100 Subject: [PATCH] Install Perl bindings to the "vendor" module path. Don't install contrib/PerlLib/ as example - it's no longer available. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 37ca713..14afb86 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man \ --localstatedir=/var --sysconfdir=/etc \ + --with-perl-bindings="INSTALLDIRS=vendor" \ --enable-debug # These plugins do not provide any functionality under Linux. @@ -121,8 +122,7 @@ binary-arch: build install-arch dh_installdocs -A -a debian/README.Debian AUTHORS README TODO dh_installdocs -a debian/NEWS.Debian debian/README.Debian.plugins dh_installexamples -a contrib/collectd2html.pl contrib/collection.cgi \ - contrib/PerlLib/ contrib/SpamAssassin/ contrib/iptables/ \ - contrib/cussh.pl + contrib/SpamAssassin/ contrib/iptables/ contrib/cussh.pl dh_installdebconf -a dh_installinit -a -- defaults 95 dh_installman -a src/collectd.1 src/collectd.conf.5 -- 2.30.2