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 2E01A1382C5 for ; Wed, 21 Apr 2021 14:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60A17E0841; Wed, 21 Apr 2021 14:13:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 48E42E0841 for ; Wed, 21 Apr 2021 14:13:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DA248340F60 for ; Wed, 21 Apr 2021 14:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51268646 for ; Wed, 21 Apr 2021 14:13:16 +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: <1619014323.efbc8672702ee23a6d4f7f40da596cbcfe9144f5.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lshw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lshw/lshw-02.19.2b.ebuild X-VCS-Directories: sys-apps/lshw/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: efbc8672702ee23a6d4f7f40da596cbcfe9144f5 X-VCS-Branch: master Date: Wed, 21 Apr 2021 14:13:16 +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: 5309e95b-e644-4fae-9539-d5b48633da4d X-Archives-Hash: 0c74d08f89e70d0d039b13f427200401 commit: efbc8672702ee23a6d4f7f40da596cbcfe9144f5 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Apr 20 13:34:56 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Apr 21 14:12:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbc8672 sys-apps/lshw: fix installation on prefix The call to default src_install caused installation to happen twice, once into /usr, then another time into ${EPREFIX}/usr in the next line. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> sys-apps/lshw/lshw-02.19.2b.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/lshw/lshw-02.19.2b.ebuild b/sys-apps/lshw/lshw-02.19.2b.ebuild index 471abbf1b24..9ddf5f85eb2 100644 --- a/sys-apps/lshw/lshw-02.19.2b.ebuild +++ b/sys-apps/lshw/lshw-02.19.2b.ebuild @@ -70,7 +70,6 @@ src_compile() { } src_install() { - default emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install $(usex gtk 'install-gui' '') if use gtk ; then newicon -s scalable src/gui/artwork/logo.svg gtk-lshw.svg