[Zope-Checkins] CVS: Zope/inst - configure.py:1.16

Christian 'Tiran' Heimes heimes at faho.rwth-aachen.de
Tue Oct 21 10:30:20 EDT 2003


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv6264/inst

Modified Files:
	configure.py 
Log Message:
Bug #1084: Add python version to build-base

=== Zope/inst/configure.py 1.15 => 1.16 ===
--- Zope/inst/configure.py:1.15	Fri Aug 22 10:06:02 2003
+++ Zope/inst/configure.py	Tue Oct 21 10:30:20 2003
@@ -33,7 +33,7 @@
     # below assumes this script is in the BASE_DIR/inst directory
     global PREFIX
     BASE_DIR=os.path.abspath(os.path.dirname(os.path.dirname(sys.argv[0])))
-    BUILD_BASE=os.path.join(os.getcwd(), 'build-base')
+    BUILD_BASE=os.path.join(os.getcwd(), 'build-base', 'python-%s.%s' % sys.version_info[:2])
     PYTHON=sys.executable
     MAKEFILE=open(os.path.join(BASE_DIR, 'inst', IN_MAKEFILE)).read()
     REQUIRE_LF_ENABLED = 1




More information about the Zope-Checkins mailing list