diff -r 37947cc02392 -r 1406d686ec04 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) ;;