Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
collectd
> collectd-perl-vendor.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File collectd-perl-vendor.patch of Package collectd (Revision 26)
Currently displaying revision
26
,
show latest
--- bindings/Makefile.am.orig 2009-02-23 22:26:53.000000000 +0100 +++ bindings/Makefile.am 2009-02-23 22:27:18.000000000 +0100 @@ -4,7 +4,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 )