diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 4000a77ce09..2408960d949 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,)