|
Lines 64-70
Link Here
|
| 64 |
|
64 |
|
| 65 |
# 1.0PR requires --enable-single-profile to build |
65 |
# 1.0PR requires --enable-single-profile to build |
| 66 |
# http://bugzilla.mozilla.org/show_bug.cgi?id=258831 |
66 |
# http://bugzilla.mozilla.org/show_bug.cgi?id=258831 |
| 67 |
myconf="${myconf} \ |
67 |
# 1.0PR should have typeaheadfind disabled |
|
|
68 |
# http://bugzilla.mozilla.org/show_bug.cgi?id=251543 |
| 69 |
myconf="${myconf/typeaheadfind/-typeaheadfind} \ |
| 68 |
--with-default-mozilla-five-home=/usr/lib/MozillaFirefox \ |
70 |
--with-default-mozilla-five-home=/usr/lib/MozillaFirefox \ |
| 69 |
--enable-single-profile" |
71 |
--enable-single-profile" |
| 70 |
|
72 |
|
|
Lines 155-160
Link Here
|
| 155 |
# Fix permissions on chrome files |
157 |
# Fix permissions on chrome files |
| 156 |
find ${MOZILLA_FIVE_HOME}/chrome/ -name '*.rdf' -exec chmod 0644 {} \; || : |
158 |
find ${MOZILLA_FIVE_HOME}/chrome/ -name '*.rdf' -exec chmod 0644 {} \; || : |
| 157 |
|
159 |
|
|
|
160 |
# remove compreg.dat from the profile. |
| 161 |
# Needed for bug 64196 if mozilla-firefox-1.0_pre |
| 162 |
# was installed and run before |
| 163 |
find /home/*/.mozilla/firefox/*/compreg.dat -exec rm -f {} \; || : |
| 158 |
# This should be called in the postinst and postrm of all the |
164 |
# This should be called in the postinst and postrm of all the |
| 159 |
# mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and |
165 |
# mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and |
| 160 |
# thunderbird-bin ebuilds. |
166 |
# thunderbird-bin ebuilds. |