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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76DDF158041 for ; Sat, 23 Mar 2024 08:37:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39003E2A1B; Sat, 23 Mar 2024 08:37:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D7BDE2A1B for ; Sat, 23 Mar 2024 08:37:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30E45343004 for ; Sat, 23 Mar 2024 08:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF41315D1 for ; Sat, 23 Mar 2024 08:37:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711182935.48352f4bd172977566b8d9c1579b921957c46b36.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/make/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/make/make-4.4.1-r1.ebuild dev-build/make/make-9999.ebuild X-VCS-Directories: dev-build/make/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 48352f4bd172977566b8d9c1579b921957c46b36 X-VCS-Branch: master Date: Sat, 23 Mar 2024 08:37:40 +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: 8dbc2cfb-10bd-4bc1-bc59-1a45b1587f80 X-Archives-Hash: c22eb53ddfe09db36854aa715c4abd1a commit: 48352f4bd172977566b8d9c1579b921957c46b36 Author: Marco Sirabella sirabella org> AuthorDate: Tue Feb 27 07:53:52 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 23 08:35:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48352f4b dev-build/make: use src_install default Signed-off-by: Marco Sirabella sirabella.org> Signed-off-by: Sam James gentoo.org> dev-build/make/make-4.4.1-r1.ebuild | 3 +-- dev-build/make/make-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-build/make/make-4.4.1-r1.ebuild b/dev-build/make/make-4.4.1-r1.ebuild index 94a0d47b7ca0..c71a60cbfb18 100644 --- a/dev-build/make/make-4.4.1-r1.ebuild +++ b/dev-build/make/make-4.4.1-r1.ebuild @@ -72,8 +72,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install - einstalldocs + default dosym gmake /usr/bin/make dosym gmake.1 /usr/share/man/man1/make.1 diff --git a/dev-build/make/make-9999.ebuild b/dev-build/make/make-9999.ebuild index ee4f50eba0b0..6505deff9787 100644 --- a/dev-build/make/make-9999.ebuild +++ b/dev-build/make/make-9999.ebuild @@ -72,8 +72,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install - einstalldocs + default dosym gmake /usr/bin/make dosym gmake.1 /usr/share/man/man1/make.1