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 154C61382C5 for ; Sun, 18 Mar 2018 22:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A641E0904; Sun, 18 Mar 2018 22:41:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 22C97E0904 for ; Sun, 18 Mar 2018 22:41:29 +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 8198A335D17 for ; Sun, 18 Mar 2018 22:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED3C225B for ; Sun, 18 Mar 2018 22:41:25 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1521412880.c99988e3944d266b115fad17780639528a792601.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emact/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emact/emact-2.58.0.ebuild X-VCS-Directories: app-editors/emact/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c99988e3944d266b115fad17780639528a792601 X-VCS-Branch: master Date: Sun, 18 Mar 2018 22:41:25 +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-Archives-Salt: 073213c1-18dc-4e90-8ec6-98bcec8a600e X-Archives-Hash: dda76870b8d49caf73013d83fa26393e commit: c99988e3944d266b115fad17780639528a792601 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 18 22:40:38 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 18 22:41:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99988e3 app-editors/emact: Install in ED rather than D. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/emact/emact-2.58.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emact/emact-2.58.0.ebuild b/app-editors/emact/emact-2.58.0.ebuild index b5eeeec97fa..8d8b17864cc 100644 --- a/app-editors/emact/emact-2.58.0.ebuild +++ b/app-editors/emact/emact-2.58.0.ebuild @@ -21,6 +21,6 @@ src_configure() { } src_install() { - emake INSTALL="${D}"/usr install + emake INSTALL="${ED%/}"/usr install #dodoc README }