From 0b792698918a55c5078e8f2669146fe705d4a84e Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 26 Feb 2011 19:02:04 -0800 Subject: 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/ --- firefox-mozconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'firefox-mozconfig') 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 -- cgit