mirror of
https://abf.rosa.ru/djam/firefox-esr91.git
synced 2025-02-24 17:42:59 +00:00
Use myspell dict from /usr/share/dict/mozilla/
This commit is contained in:
parent
112b8b599b
commit
beecc16063
1 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
|
||||
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)
|
||||
|
||||
%define _use_syshunspell 1
|
||||
%define _use_syshunspell 0
|
||||
|
||||
%define release 5
|
||||
|
||||
|
@ -351,7 +351,8 @@ EOF
|
|||
|
||||
# use the system myspell dictionaries
|
||||
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
|
||||
ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries
|
||||
#ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries
|
||||
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries
|
||||
|
||||
# (lm) touch and %ghost bookmarks.html to a proper uninstall
|
||||
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html
|
||||
|
|
Loading…
Add table
Reference in a new issue