commit: 2def2d1165b94030ab76cafa9c526e0fc27e0db3 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Sat May 1 18:15:53 2021 +0000 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Sat May 1 18:18:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2def2d11
eclass/vdr-plugin-2.eclass: forbidden-variable-use fixed Closes: https://bugs.gentoo.org/778815 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> eclass/vdr-plugin-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index ebd1e39e5af..e2aee26c423 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -368,7 +368,7 @@ vdr-plugin-2_pkg_setup() { VDR_INCLUDE_DIR="/usr/include/vdr" DVB_INCLUDE_DIR="/usr/include" - TMP_LOCALE_DIR="${WORKDIR}/tmp-locale" + TMP_LOCALE_DIR="${T}/tmp-locale" LOCDIR=$(pkg-config --variable=locdir vdr)
