From: Yves Mettier Date: Wed, 14 Nov 2012 15:42:04 +0000 (+0100) Subject: make distcheck : perllocal.pod was missing. Fixed X-Git-Tag: collectd-5.1.2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b261bd1250c789986f6917c16b41298187a69b2a;p=collectd.git make distcheck : perllocal.pod was missing. Fixed Signed-off-by: Florian Forster --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 56fc5ed7..50cd727f 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -35,6 +35,7 @@ install-exec-local: # So we do the work here. uninstall-local: @PERL@ -I$(DESTDIR)$(prefix) $(srcdir)/perl/uninstall_mod.pl Collectd + find $(DESTDIR)$(prefix) -name "perllocal.pod" -exec rm {} \; clean-local: rm -rf buildperl