summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-18 23:40:38 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-18 23:41:20 +0100
commitc99988e3944d266b115fad17780639528a792601 (patch)
treed37afa64eb8ae5877f6f2bd64d4c49d61debf7da
parent26a2d99d3523d85c3e14e85fa003eb564f31662a (diff)
downloadgentoo-c99988e3944d266b115fad17780639528a792601.tar.gz
gentoo-c99988e3944d266b115fad17780639528a792601.tar.xz
app-editors/emact: Install in ED rather than D.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--app-editors/emact/emact-2.58.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}