From: Jack Jansen Date: Sat, 6 May 2000 22:34:20 +0000 (+0000) Subject: Put the install folders in (vise), not vise, so the include files aren't accidentally... X-Git-Tag: v2.0b1~1833 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caaa98209420e7438b2e304ea067dd64874f54d4;p=python Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process. --- diff --git a/Mac/scripts/MkDistr.py b/Mac/scripts/MkDistr.py index 028a422457..1ed774c267 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