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>
This commit is contained in:
Thomas Deutschmann 2021-10-23 02:07:35 +02:00
parent a2d09e9e73
commit f567dea9d6
No known key found for this signature in database
GPG Key ID: 44E6EBDC9BF60559
1 changed files with 3 additions and 0 deletions

View File

@ -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"