--- mozilla-firefox-1.0_pre.ebuild 2004-09-19 20:37:05.000000000 +0800 +++ mozilla-firefox-1.0_pre-r1.ebuild 2004-09-21 14:01:41.506082096 +0800 @@ -64,7 +64,9 @@ # 1.0PR requires --enable-single-profile to build # http://bugzilla.mozilla.org/show_bug.cgi?id=258831 - myconf="${myconf} \ + # 1.0PR should have typeaheadfind disabled + # http://bugzilla.mozilla.org/show_bug.cgi?id=251543 + myconf="${myconf/typeaheadfind/-typeaheadfind} \ --with-default-mozilla-five-home=/usr/lib/MozillaFirefox \ --enable-single-profile" @@ -155,6 +157,10 @@ # Fix permissions on chrome files find ${MOZILLA_FIVE_HOME}/chrome/ -name '*.rdf' -exec chmod 0644 {} \; || : + # remove compreg.dat from the profile. + # Needed for bug 64196 if mozilla-firefox-1.0_pre + # was installed and run before + find /home/*/.mozilla/firefox/*/compreg.dat -exec rm -f {} \; || : # This should be called in the postinst and postrm of all the # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and # thunderbird-bin ebuilds.