Looks like I missed the r1a2 tag on that gcc2 expat... I'll fix on next commit. On May 8, 2011 1:43 PM, "scott mc" <scottmc2@xxxxxxxxx> wrote: > Author: scottmc > Date: 2011-05-08 22:42:57 +0200 (Sun, 08 May 2011) > New Revision: 41391 > Changeset: https://dev.haiku-os.org/changeset/41391 > > Modified: > haiku/trunk/build/jam/OptionalPackages > Log: > Updated expat to fix its directories. > > > Modified: haiku/trunk/build/jam/OptionalPackages > =================================================================== > --- haiku/trunk/build/jam/OptionalPackages 2011-05-08 20:14:05 UTC (rev 41390) > +++ haiku/trunk/build/jam/OptionalPackages 2011-05-08 20:42:57 UTC (rev 41391) > @@ -728,17 +728,15 @@ > } else { > if $(HAIKU_GCC_VERSION[1]) >= 4 { > InstallOptionalHaikuImagePackage > - expat-2.0.1-x86-gcc4-2010-11-12.zip > - : $(baseURL)/expat-2.0.1-x86-gcc4-2010-11-12.zip > + expat-2.0.1-x86-gcc4-2011-05-08.zip > + : $(baseURL)/expat-2.0.1-x86-gcc4-2011-05-08.zip > : : true ; > } else { > InstallOptionalHaikuImagePackage > - expat-2.0.1-r1a2-x86-gcc2-2010-04-22-a.zip > - : $(baseURL)/expat-2.0.1-r1a2-x86-gcc2-2010-04-22-a.zip > + expat-2.0.1-r1a2-x86-gcc2-2011-05-08.zip > + : $(baseURL)/expat-2.0.1-x86-gcc2-2011-05-08.zip > : : true ; > } > - InstallSourceArchive expat-2.0.1_haiku-2010-04-29.tar.xz > - : $(baseSourceURL)/2010/expat-2.0.1_haiku-2010-04-29.tar.xz ; > } > } > > >