Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
net-snmp
> net-snmp-5.4.2_vendorperl.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File net-snmp-5.4.2_vendorperl.patch of Package net-snmp (Revision 3)
Currently displaying revision
3
,
show latest
Index: Makefile.in =================================================================== --- Makefile.in.orig 2007-06-08 22:32:56.000000000 +0200 +++ Makefile.in 2008-10-24 15:30:52.442885040 +0200 @@ -169,7 +169,7 @@ perlmakefiles: net-snmp-config-x fi perlinstall: - @(cd perl ; $(MAKE) install) ; \ + @(cd perl ; $(MAKE) install_vendor) ; \ if test $$? != 0 ; then \ exit 1 ; \ fi