* updated python optional package, which was built by Scott

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2009-07-12 17:15:57 +00:00
parent d0da5b576f
commit 2b5f70fcad
+2 -2
View File
@@ -635,8 +635,8 @@ if [ IsOptionalHaikuImagePackageAdded Python ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Python available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage python-2.6.2-x86-gcc2-2009-05-27
: $(baseURL)/python-2.6.2-x86-gcc2-2009-05-27.zip
InstallOptionalHaikuImagePackage python-2.6.2-x86-gcc2-2009-07-12
: $(baseURL)/python-2.6.2-x86-gcc2-2009-07-12.zip
:
;
}