diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 15:16:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 16:04:58 -0400 |
commit | 4416ae855de5139964c9fb09257eea9906adac1b (patch) | |
tree | 319cd53b817efc657e05b74a11533e549e1936f2 /libre/iceweasel/PKGBUILD | |
parent | 6fd783fe66ce027f8773931b7472e52de6d8667c (diff) | |
download | abslibre-4416ae855de5139964c9fb09257eea9906adac1b.tar.gz abslibre-4416ae855de5139964c9fb09257eea9906adac1b.tar.bz2 abslibre-4416ae855de5139964c9fb09257eea9906adac1b.zip |
libre/iceweasel: From ff 61.0-1: Hunspell changes
We now set the hunspell location by setting
pref("spellchecker.dictionary_path", "/usr/share/hunspell");
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index d3b3b9a20..2a02d557b 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -93,7 +93,6 @@ ac_add_options --with-system-jpeg ac_add_options --with-system-libvpx ac_add_options --with-system-nspr ac_add_options --with-system-nss -ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-ffi @@ -534,11 +533,6 @@ END install -Dm644 ../$pkgname.desktop \ "$pkgdir/usr/share/applications/$pkgname.desktop" - # Use system-provided dictionaries - rm -r "$pkgdir/usr/lib/$pkgname/dictionaries" - ln -Ts /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries" - ln -Ts /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation" - # Install a wrapper to avoid confusion about binary path install -Dm755 /dev/stdin "$pkgdir/usr/bin/$pkgname" <<END #!/bin/sh |