SOURCES: net-snmp-python.patch (NEW) - fix pythoninstall
qboosh
qboosh at pld-linux.org
Sat Dec 2 20:14:28 CET 2006
Author: qboosh Date: Sat Dec 2 19:14:28 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix pythoninstall
---- Files affected:
SOURCES:
net-snmp-python.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/net-snmp-python.patch
diff -u /dev/null SOURCES/net-snmp-python.patch:1.1
--- /dev/null Sat Dec 2 20:14:28 2006
+++ SOURCES/net-snmp-python.patch Sat Dec 2 20:14:23 2006
@@ -0,0 +1,11 @@
+--- net-snmp-5.4/Makefile.in.orig 2006-11-07 15:54:25.000000000 +0100
++++ net-snmp-5.4/Makefile.in 2006-12-02 18:50:02.611735250 +0100
+@@ -208,7 +208,7 @@
+ fi
+
+ pythoninstall:
+- @(cd python ; $(PYMAKE) install) ; \
++ @(cd python ; $(PYMAKE) install --root=$(DESTDIR)) ; \
+ if test $$? != 0 ; then \
+ exit 1 ; \
+ fi
================================================================
More information about the pld-cvs-commit
mailing list