diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-05-18 17:59:08 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-05-18 17:59:22 +0200 |
commit | 918b39ceba3190aa076cc30517d1c589077d5ba5 (patch) | |
tree | 6303c8c235f3f355c0ecbe57452fe1ed5664de83 /sys-apps/hwloc | |
parent | dev-util/github-cli: fix live ebuild (diff) | |
download | gentoo-918b39ceba3190aa076cc30517d1c589077d5ba5.tar.gz gentoo-918b39ceba3190aa076cc30517d1c589077d5ba5.tar.bz2 gentoo-918b39ceba3190aa076cc30517d1c589077d5ba5.zip |
sys-apps/hwloc: fix on prefix
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/hwloc-2.1.0.ebuild | 4 |
1 files 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 ebd907937810..7c50207b2780 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 } |