commit: 13ec58d817c0175d90953bd22fa27adc8cf9afd1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 22:20:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 22:20:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ec58d8
dev-java/icedtea-sound: fix VariableScope (EROOT)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
index a891e3577f3..c480a1189a7 100644
--- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
+++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
@@ -35,7 +35,7 @@ pkg_setup() {
src_configure() {
econf --with-jdk-home="${JAVA_HOME}" \
$(use_enable doc docs) \
- --htmldir="${EROOT}usr/share/doc/${PF}/html"
+ --htmldir="${EPREFIX%/}/usr/share/doc/${PF}/html"
}
src_compile() {