]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blobdiff - debian/patches/hunspell_size_70
use size 70 wordlists for hunspell instead of just 60
[deb_pkgs/scowl.git] / debian / patches / hunspell_size_70
diff --git a/debian/patches/hunspell_size_70 b/debian/patches/hunspell_size_70
new file mode 100644 (file)
index 0000000..1cf9c7e
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/speller/make-hunspell-dict
++++ b/speller/make-hunspell-dict
+@@ -13,7 +13,7 @@
+ export LC_CTYPE=C
+ export LC_COLLATE=C
+-SIZE=60
++SIZE=70
+ mk-list() { $SCOWL/mk-list -d $SCOWL/final "$@"; }