mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-23 18:02:56 +00:00
fix trouble with search providers window
This commit is contained in:
parent
66bf4ebd5c
commit
9cc4d3076d
1 changed files with 5 additions and 0 deletions
|
@ -272,6 +272,11 @@ make -f client.mk build
|
|||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
# Make sure locale works for langpacks
|
||||
%{__cat} > %{_builddir}/obj/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
|
||||
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
|
||||
EOF
|
||||
|
||||
make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
|
||||
|
||||
# Copy files to buildroot
|
||||
|
|
Loading…
Add table
Reference in a new issue