SHA256
1
0
forked from pool/collectd
collectd/collectd-perl-vendor.patch

12 lines
402 B
Diff

--- bindings/Makefile.am.orig 2013-06-04 02:26:20.688776802 +0200
+++ bindings/Makefile.am 2013-06-04 02:26:33.551780804 +0200
@@ -29,7 +29,7 @@
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.