summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-10-23 02:07:35 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-10-23 02:33:38 +0200
commitf567dea9d6119256f9d87e11644c9fb4c4db649d (patch)
treec0e24c9fc43577c294d6af9fd2ea8dd83d73dc61 /mail-client/thunderbird
parentwww-client/firefox: set MOZBUILD_STATE_PATH (diff)
downloadgentoo-f567dea9d6119256f9d87e11644c9fb4c4db649d.tar.gz
gentoo-f567dea9d6119256f9d87e11644c9fb4c4db649d.tar.bz2
gentoo-f567dea9d6119256f9d87e11644c9fb4c4db649d.zip
mail-client/thunderbird: set MOZBUILD_STATE_PATH
This will silence a warning regarding default path. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.14.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.14.0.ebuild b/mail-client/thunderbird/thunderbird-78.14.0.ebuild
index fe29cb87800d..e6e2f60de628 100644
--- a/mail-client/thunderbird/thunderbird-78.14.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.14.0.ebuild
@@ -590,6 +590,9 @@ src_configure() {
# python/mach/mach/mixin/process.py fails to detect SHELL
export SHELL="${EPREFIX}/bin/bash"
+ # Set state path
+ export MOZBUILD_STATE_PATH="${BUILD_DIR}"
+
# Set MOZCONFIG
export MOZCONFIG="${S}/.mozconfig"