commit | d729aada6a52c86fe6ec9150cb6ef3f7efedf0a5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Dec 09 02:03:03 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Dec 09 02:03:03 2008 +0000 |
tree | 1049c0b0c54f14bd698eaab40680094b8be68e3e | |
parent | 2d873bd68b400e056e77790ca72cc7a7d8a5d07c [diff] [blame] |
specify how things are copied
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 2408960..4000a77 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py
@@ -587,7 +587,7 @@ novername = 'python-docs-html.tar.bz2' name = 'html-%s.tar.bz2'%(getFullVersion(),) - sourceArchive = os.path.join(DEPSRC, name) + sourceArchive = os.path.join(DEPSRC, novername) if os.path.exists(sourceArchive): print "Using local copy of %s"%(name,)