Kaydet (Commit) caaa9820 authored tarafından Jack Jansen's avatar Jack Jansen

Put the install folders in (vise), not vise, so the include files aren't…

Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process.
üst 7972a5a4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment