Updated neon to 0.29.1 and fixed symlinks in bzip2 package.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2009-12-27 03:30:44 +00:00
parent aa50f74f12
commit 96b1978dc5

View File

@ -202,8 +202,8 @@ if [ IsOptionalHaikuImagePackageAdded Bzip ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Bzip available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage bzip2-1.0.5-x86-gcc2-2009-10-22
: $(baseURL)/bzip2-1.0.5-x86-gcc2-2009-10-22.zip
InstallOptionalHaikuImagePackage bzip2-1.0.5-x86-gcc2-2009-12-27
: $(baseURL)/bzip2-1.0.5-x86-gcc2-2009-12-27.zip
:
: true
;
@ -627,8 +627,8 @@ if [ IsOptionalHaikuImagePackageAdded Neon ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Neon available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage neon-0.29.0-r1a1-x86-gcc2-2009-10-11
: $(baseURL)/neon-0.29.0-r1a1-x86-gcc2-2009-10-11.zip
InstallOptionalHaikuImagePackage neon-0.29.1-x86-gcc2-2009-12-26
: $(baseURL)/neon-0.29.1-x86-gcc2-2009-12-26.zip
:
: true
;