Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
collectd
> collectd-perl-vendor.patch.bak
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File collectd-perl-vendor.patch.bak of Package collectd (Revision 26)
Currently displaying revision
26
,
show latest
--- bindings/Makefile.am.orig 2008-01-26 20:33:23.000000000 +0100 +++ bindings/Makefile.am 2008-01-26 20:33:44.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 )