Updated python to 2.6.7.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42308 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c0227dce5c
commit
1dcae018bc
@ -1393,13 +1393,13 @@ if [ IsOptionalHaikuImagePackageAdded Python ] {
|
||||
} else {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage
|
||||
python-2.6.6-r1a3-x86-gcc4-2011-05-23.zip
|
||||
: $(baseURL)/python-2.6.6-r1a3-x86-gcc4-2011-05-23.zip
|
||||
python-2.6.7-x86-gcc4-2011-06-24.zip
|
||||
: $(baseURL)/python-2.6.7-x86-gcc4-2011-06-24.zip
|
||||
: : true ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
python-2.6.6-r1a3-x86-gcc2-2011-05-19.zip
|
||||
: $(baseURL)/python-2.6.6-r1a3-x86-gcc2-2011-05-19.zip
|
||||
python-2.6.7-x86-gcc2-2011-06-24.zip
|
||||
: $(baseURL)/python-2.6.7-x86-gcc2-2011-06-24.zip
|
||||
: : true ;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user