commit:     3b0843a9309d7f1adcbacf5b74842df9477a142a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 00:34:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 00:34:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0843a9

app-misc/emelfm2: fix VariableScope (EROOT usage)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild 
b/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild
index ed9ff0f319f..e41d36d05a2 100644
--- a/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild
+++ b/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild
@@ -63,7 +63,7 @@ src_configure() {
                $(usex policykit WITH_POLKIT=1 WITH_POLKIT=0)
                $(usex spell EDITOR_SPELLCHECK=1 EDITOR_SPELLCHECK=0)
                $(usex udisks WITH_UDISKS=1 WITH_UDISKS=0)
-               DOC_DIR="${EROOT}/usr/share/doc/${PF}"
+               DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
                DOCS_VERSION=1
                STRIP=0
                WITH_TRANSPARENCY=1

Reply via email to