Updated the expat optional package to fix the incorrect url to it's homepage.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2010-03-08 16:40:35 +00:00
parent 6f9fc3e682
commit 3dfc3a17a5
+2 -2
View File
@@ -540,8 +540,8 @@ if [ IsOptionalHaikuImagePackageAdded Expat ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Expat available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage expat-2.0.1-r1a1-x86-gcc2-2009-08-30.zip
: $(baseURL)/expat-2.0.1-r1a1-x86-gcc2-2009-08-30.zip
InstallOptionalHaikuImagePackage expat-2.0.1-x86-gcc2-2010-03-08.zip
: $(baseURL)/expat-2.0.1-x86-gcc2-2010-03-08.zip
:
: true
;