summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/MkDistr.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-05-06 22:34:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-05-06 22:34:20 (GMT)
commitcaaa98209420e7438b2e304ea067dd64874f54d4 (patch)
tree1e05d452cfb6d13af47b037b79dcff8f619e17a4 /Mac/scripts/MkDistr.py
parent7972a5a4f27593008d8e82623e5910832b0fcf55 (diff)
downloadcpython-caaa98209420e7438b2e304ea067dd64874f54d4.zip
cpython-caaa98209420e7438b2e304ea067dd64874f54d4.tar.gz
cpython-caaa98209420e7438b2e304ea067dd64874f54d4.tar.bz2
Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process.
Diffstat (limited to 'Mac/scripts/MkDistr.py')
-rw-r--r--Mac/scripts/MkDistr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/MkDistr.py b/Mac/scripts/MkDistr.py
index 028a422..1ed774c 100644
--- a/Mac/scripts/MkDistr.py
+++ b/Mac/scripts/MkDistr.py
@@ -264,7 +264,7 @@ class Main:
print i
print '==== Fix and retry ===='
return
- destprefix = os.path.join(sys.prefix, ':Mac:Distributions:vise')
+ destprefix = os.path.join(sys.prefix, ':Mac:Distributions:(vise)')
destprefix = os.path.join(destprefix, '%s Distribution'%self.typedist)
if not self.rundir(':', destprefix, 0):
return