--- Makefile.pre.in.orig 2009-01-14 10:04:18.283629600 -0500 +++ Makefile.pre.in 2009-01-14 10:03:40.518246300 -0500 @@ -997,7 +997,7 @@ --prefix=$(prefix) \ --install-scripts=$(BINDIR) \ --install-platlib=$(DESTSHARED) \ - --root=/$(DESTDIR) + --root=$${DESTDIR:-/} # Here are a couple of targets for MacOSX again, to install a full # framework-based Python. frameworkinstall installs everything, the @@ -1076,7 +1076,7 @@ ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ --prefix=$(prefix) \ --install-scripts=$(BINDIR) \ - --root=/$(DESTDIR) + --root=$${DESTDIR:-/} # Build the toplevel Makefile Makefile.pre: Makefile.pre.in config.status