diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-02-26 19:02:04 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-02-26 19:02:04 -0800 |
commit | 0b792698918a55c5078e8f2669146fe705d4a84e (patch) | |
tree | 409d1c19cb291fe34a948ff55fc719308aa98fb4 /firefox-mozconfig | |
parent | Remove User-Agent customizations (diff) | |
download | librewolf-fedora-ff-0b792698918a55c5078e8f2669146fe705d4a84e.tar.gz librewolf-fedora-ff-0b792698918a55c5078e8f2669146fe705d4a84e.tar.bz2 librewolf-fedora-ff-0b792698918a55c5078e8f2669146fe705d4a84e.zip |
Use omnijar as our chrome file format
Don't bother passing a chrome file format in our mozconfig,
omnijar is the default, but it didn't work before.
Adjust the %files list accordingly.
Move various bits to happen before running make install so they
get automatically added to omni.jar.
Make sure to add our prefs file to the manifest file so it gets
pulled in, too.
See http://blog.mozilla.com/mwu/2010/08/13/omnijar-how-does-it-work/
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r-- | firefox-mozconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 09cedb5..953b66a 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -28,7 +28,6 @@ ac_add_options --enable-libnotify ac_add_options --disable-necko-wifi ac_add_options --disable-cpp-exceptions ac_add_options --disable-updater -ac_add_options --enable-chrome-format=jar ac_add_options --enable-url-classifier export BUILD_OFFICIAL=1 |