From 16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 9 Dec 2008 02:05:11 +0000 Subject: [PATCH] revert unrelated change to installer script --- Mac/BuildScript/build-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,)