forked from pool/collectd
32073e0ab5
Accepted submit request 59758 from user schubi2 OBS-URL: https://build.opensuse.org/request/show/59758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=1
12 lines
396 B
Diff
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 )
|