[Python-checkins] r67677 - python/trunk/Mac/BuildScript/build-installer.py

benjamin.peterson python-checkins at python.org
Tue Dec 9 03:05:11 CET 2008


Author: benjamin.peterson
Date: Tue Dec  9 03:05:11 2008
New Revision: 67677

Log:
revert unrelated change to installer script

Modified:
   python/trunk/Mac/BuildScript/build-installer.py

Modified: python/trunk/Mac/BuildScript/build-installer.py
==============================================================================
--- python/trunk/Mac/BuildScript/build-installer.py	(original)
+++ python/trunk/Mac/BuildScript/build-installer.py	Tue Dec  9 03:05:11 2008
@@ -587,7 +587,7 @@
 
     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,)
 


More information about the Python-checkins mailing list