manually port latest patch from default branch ff-standalone
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 03 Sep 2010 16:38:40 +0200
branchff-standalone
changeset 158 1406d686ec04
parent 156 37947cc02392
child 162 1a5d5532d5be
manually port latest patch from default branch
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Sep 03 09:02:21 2010 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Fri Sep 03 16:38:40 2010 +0200
@@ -268,6 +268,7 @@
 %if 0%{?use_xulrunner}
 cat << EOF >> $MOZCONFIG
 ac_add_options --with-libxul-sdk=$SDKDIR
+ac_add_options --enable-chrome-format=jar
 EOF
 %endif
 %if %branding
@@ -306,7 +307,7 @@
 %if %localize
 rm -f %{_tmppath}/translations.*
 touch %{_tmppath}/translations.{common,other}
-for locale in $(awk '{ print $1; }' browser/locales/shipped-locales); do
+for locale in $(awk '{ print $1; }' ../mozilla/browser/locales/shipped-locales); do
   case $locale in
    ja-JP-mac|en-US)
 	;;