diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-09 02:05:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-09 02:05:11 (GMT) |
commit | 16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32 (patch) | |
tree | f5765dc665a9476a687f5c85db1bf83fd27b0559 /Mac/BuildScript | |
parent | d729aada6a52c86fe6ec9150cb6ef3f7efedf0a5 (diff) | |
download | cpython-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.zip cpython-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.tar.gz cpython-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.tar.bz2 |
revert unrelated change to installer script
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 4000a77..2408960 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -587,7 +587,7 @@ def buildPythonDocs(): novername = 'python-docs-html.tar.bz2' name = 'html-%s.tar.bz2'%(getFullVersion(),) - sourceArchive = os.path.join(DEPSRC, novername) + sourceArchive = os.path.join(DEPSRC, name) if os.path.exists(sourceArchive): print "Using local copy of %s"%(name,) |