]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
revert unrelated change to installer script
authorBenjamin Peterson <benjamin@python.org>
Tue, 9 Dec 2008 02:05:11 +0000 (02:05 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 9 Dec 2008 02:05:11 +0000 (02:05 +0000)
Mac/BuildScript/build-installer.py

index 4000a77ce0988d4af2e894eeb5e034b6ff2a4bd4..2408960d9499a91e2d1101c3185e03d2534a2689 100755 (executable)
@@ -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,)