Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 08852255770f82f1c9bf5a8db6d3cb92 > files > 7

net-snmp-5.7.2-7.mga3.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