From: Ulrich Müller Date: Sun, 18 Mar 2018 22:40:38 +0000 (+0100) Subject: app-editors/emact: Install in ED rather than D. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c99988e3944d266b115fad17780639528a792601;p=gentoo.git app-editors/emact: Install in ED rather than D. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/app-editors/emact/emact-2.58.0.ebuild b/app-editors/emact/emact-2.58.0.ebuild index b5eeeec97fa3..8d8b17864ccd 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 }