commit: c99988e3944d266b115fad17780639528a792601
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:40:38 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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
}