From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F29EC1381F3 for ; Mon, 18 May 2020 15:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B618E0839; Mon, 18 May 2020 15:59:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 251C3E0839 for ; Mon, 18 May 2020 15:59:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0718734EFEE for ; Mon, 18 May 2020 15:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 383FB26 for ; Mon, 18 May 2020 15:59:48 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1589817562.918b39ceba3190aa076cc30517d1c589077d5ba5.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwloc/hwloc-2.1.0.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 918b39ceba3190aa076cc30517d1c589077d5ba5 X-VCS-Branch: master Date: Mon, 18 May 2020 15:59:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2853d76-3b29-4fd0-babe-3f4e01f4346a X-Archives-Hash: c282520291b3ba2ff8d5bb1f39630648 commit: 918b39ceba3190aa076cc30517d1c589077d5ba5 Author: Guilherme Amadio gentoo org> AuthorDate: Mon May 18 15:59:08 2020 +0000 Commit: Guilherme Amadio gentoo 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 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 }