]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-python.patch
26954e1dc8900a051a8b82d08057f17fb46a6c45
[packages/net-snmp.git] / net-snmp-python.patch
1 --- net-snmp-5.4/Makefile.in.orig       2006-11-07 15:54:25.000000000 +0100
2 +++ net-snmp-5.4/Makefile.in    2006-12-02 18:50:02.611735250 +0100
3 @@ -208,7 +208,7 @@
4          fi
5  
6  pythoninstall:
7 -       @(cd python ; $(PYMAKE) install) ; \
8 +       @(cd python ; $(PYMAKE) install --root=$(DESTDIR)) ; \
9          if test $$? != 0 ; then \
10             exit 1 ; \
11          fi
This page took 0.041763 seconds and 3 git commands to generate.