summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-09 02:05:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-09 02:05:11 (GMT)
commit16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32 (patch)
treef5765dc665a9476a687f5c85db1bf83fd27b0559 /Mac/BuildScript
parentd729aada6a52c86fe6ec9150cb6ef3f7efedf0a5 (diff)
downloadcpython-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.zip
cpython-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.tar.gz
cpython-16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32.tar.bz2
revert unrelated change to installer script
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-xMac/BuildScript/build-installer.py2
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,)