Update Firefox to a newer build courtesy mmadia. It's actually named BeZilla this time to avoid the usual trademark vs non official problem.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29265 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-02-20 21:10:10 +00:00
parent fa262f2273
commit 54e5fb5647

View File

@ -280,12 +280,12 @@ if [ IsOptionalHaikuImagePackageAdded Firefox ] {
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 {
Echo "No optional package Firefox available for gcc4" ;
} else {
InstallOptionalHaikuImagePackage Firefox-2.0.0.17
: http://www.yellowbites.com/downloads/Firefox-2.0.0.17.zip
InstallOptionalHaikuImagePackage BeZillaBrowser-gcc2-20090218
: http://bezilla.beuser.de/builds/BeZillaBrowser-gcc2-20090218.zip
: apps
;
AddSymlinkToHaikuImage home config be Applications
: /boot/apps/Firefox/Firefox ;
: /boot/apps/BeZillaBrowser/BeZillaBrowser ;
}
}