forked from pool/collectd
8c70fab9da
Update to 5.8.1 Add patch to fix the psql detection on Factory builds. OBS-URL: https://build.opensuse.org/request/show/694073 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=154
14 lines
426 B
Diff
14 lines
426 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 2ef2442..145e98c 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -2000,7 +2000,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.
|