diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-09 02:05:11 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-09 02:05:11 +0000 |
commit | 16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32 (patch) | |
tree | f5765dc665a9476a687f5c85db1bf83fd27b0559 /Mac/BuildScript/build-installer.py | |
parent | d729aada6a52c86fe6ec9150cb6ef3f7efedf0a5 (diff) | |
download | cpython-git-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.tar.gz |
revert unrelated change to installer script
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-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 4000a77ce0..2408960d94 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,) |