[Zope-Checkins] CVS: Zope/inst - configure.py:1.10.2.6
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Tue Oct 21 10:29:19 EDT 2003
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv6080/inst
Modified Files:
Tag: Zope-2_7-branch
configure.py
Log Message:
Bug #1084: Add python version to build-base
=== Zope/inst/configure.py 1.10.2.5 => 1.10.2.6 ===
--- Zope/inst/configure.py:1.10.2.5 Fri Aug 22 10:07:56 2003
+++ Zope/inst/configure.py Tue Oct 21 10:29:14 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