From b261bd1250c789986f6917c16b41298187a69b2a Mon Sep 17 00:00:00 2001 From: Yves Mettier Date: Wed, 14 Nov 2012 16:42:04 +0100 Subject: [PATCH] make distcheck : perllocal.pod was missing. Fixed Signed-off-by: Florian Forster --- bindings/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0