Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > main-updates-src > by-pkgid > 8ef842b70bb491593c8701f6286098c1 > files > 8

net-snmp-5.6.1-9.1.src.rpm

--- net-snmp-5.6.1/Makefile.in.python_destdir~	2011-03-26 15:53:45.202494012 +0100
+++ net-snmp-5.6.1/Makefile.in	2011-03-26 15:53:57.864494010 +0100
@@ -204,7 +204,7 @@ pythonmodules: subdirs
         fi
 
 pythoninstall:
-	@(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir) ; \
+	@(dir=`pwd`; cd python; $(PYMAKE) install --root=$(DESTDIR) --basedir=$$dir) ; \
         if test $$? != 0 ; then \
            exit 1 ; \
         fi