]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - debian/patches/hunspell_size_70
use size 70 wordlists for hunspell instead of just 60
[deb_pkgs/scowl.git] / debian / patches / hunspell_size_70
1 --- a/speller/make-hunspell-dict
2 +++ b/speller/make-hunspell-dict
3 @@ -13,7 +13,7 @@
4  export LC_CTYPE=C
5  export LC_COLLATE=C
6  
7 -SIZE=60
8 +SIZE=70
9  
10  mk-list() { $SCOWL/mk-list -d $SCOWL/final "$@"; }
11