File collectd-perl-vendor.patch of Package collectd
Index: collectd-5.12.0.133.gff65eaa/Makefile.am
===================================================================
--- collectd-5.12.0.133.gff65eaa.orig/Makefile.am
+++ collectd-5.12.0.133.gff65eaa/Makefile.am
@@ -2486,7 +2486,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.