[haiku-commits] r41582 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 19 May 2011 18:50:34 +0200 (CEST)

Author: scottmc
Date: 2011-05-19 18:50:33 +0200 (Thu, 19 May 2011)
New Revision: 41582
Changeset: https://dev.haiku-os.org/changeset/41582

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Cleaned up directories for python.
+alpha3


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-05-19 15:25:54 UTC (rev 
41581)
+++ haiku/trunk/build/jam/OptionalPackages      2011-05-19 16:50:33 UTC (rev 
41582)
@@ -1374,8 +1374,8 @@
                                : : true ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               python-2.6.6-r1a3-x86-gcc2-2011-05-18.zip
-                               : 
$(baseURL)/python-2.6.6-r1a3-x86-gcc2-2011-05-18.zip
+                               python-2.6.6-r1a3-x86-gcc2-2011-05-19.zip
+                               : 
$(baseURL)/python-2.6.6-r1a3-x86-gcc2-2011-05-19.zip
                                : : true ;
                }
        }


Other related posts:

  • » [haiku-commits] r41582 - haiku/trunk/build/jam - scott mc