File collectd-perl-vendor.patch of Package collectd.23723
Index: collectd-5.10.0/Makefile.am =================================================================== --- collectd-5.10.0.orig/Makefile.am +++ collectd-5.10.0/Makefile.am @@ -2259,7 +2259,7 @@ uninstall-hook: all-local: @PERL_BINDINGS@ install-exec-local: - [ ! -f buildperl/Makefile ] || ( cd buildperl && $(MAKE) install ) + [ ! -f buildperl/Makefile ] || ( cd buildperl && $(MAKE) install_vendor ) # Perl 'make uninstall' does not work as well as wanted. # So we do the work here.