diff options
Diffstat (limited to 'mail-client/thunderbird/thunderbird-45.0.ebuild')
-rw-r--r-- | mail-client/thunderbird/thunderbird-45.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail-client/thunderbird/thunderbird-45.0.ebuild b/mail-client/thunderbird/thunderbird-45.0.ebuild index 0a2d5c8e9078..efbe06bbbb56 100644 --- a/mail-client/thunderbird/thunderbird-45.0.ebuild +++ b/mail-client/thunderbird/thunderbird-45.0.ebuild @@ -27,7 +27,7 @@ EMVER="1.9.1" # Patches PATCH="thunderbird-38.0-patches-0.1" -PATCHFF="firefox-45.0-patches-03" +PATCHFF="firefox-45.0-patches-04" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" @@ -257,7 +257,6 @@ src_compile() { src_install() { declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - DICTPATH="\"${EPREFIX}/usr/share/myspell\"" declare emid cd "${BUILD_OBJ_DIR}" || die @@ -267,10 +266,8 @@ src_install() { "${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" \ || die - # Set default path to search for dictionaries. - echo "pref(\"spellchecker.dictionary_path\", ${DICTPATH});" \ - >> "${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" \ - || die + mozconfig_install_prefs \ + "${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" # Pax mark xpcshell for hardened support, only used for startupcache creation. pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell |