SHA256
1
0
forked from pool/collectd
collectd/collectd-perl-vendor.patch
2011-02-03 01:08:32 +00:00

12 lines
396 B
Diff

--- bindings/Makefile.am.orig 2008-01-22 09:16:05.000000000 +0100
+++ bindings/Makefile.am 2008-01-22 09:16:18.000000000 +0100
@@ -3,7 +3,7 @@
all-local: @PERL_BINDINGS@
install-exec-local:
- [ ! -f perl/Makefile ] || ( cd perl && $(MAKE) install )
+ [ ! -f perl/Makefile ] || ( cd perl && $(MAKE) install_vendor )
clean-local:
[ ! -f perl/Makefile ] || ( cd perl && $(MAKE) realclean )