commit: 918b39ceba3190aa076cc30517d1c589077d5ba5
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:59:08 2020 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon May 18 15:59:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918b39ce
sys-apps/hwloc: fix on prefix
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sys-apps/hwloc/hwloc-2.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/hwloc/hwloc-2.1.0.ebuild
b/sys-apps/hwloc/hwloc-2.1.0.ebuild
index ebd90793781..7c50207b278 100644
--- a/sys-apps/hwloc/hwloc-2.1.0.ebuild
+++ b/sys-apps/hwloc/hwloc-2.1.0.ebuild
@@ -78,6 +78,6 @@ multilib_src_configure() {
multilib_src_install_all() {
default
- systemd_dounit "${D}/usr/share/hwloc/hwloc-dump-hwdata.service"
- find "${D}" -name '*.la' -delete || die
+ systemd_dounit "${ED}/usr/share/hwloc/hwloc-dump-hwdata.service"
+ find "${ED}" -name '*.la' -delete || die
}