summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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