Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process.

This commit is contained in:
Jack Jansen 2000-05-06 22:34:20 +00:00
parent 7972a5a4f2
commit caaa982094

View file

@ -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