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 /app-editors/emact
parentsys-kernel/gentoo-sources: Linux patch 4.9.88 (diff)
downloadgentoo-c99988e3944d266b115fad17780639528a792601.tar.gz
gentoo-c99988e3944d266b115fad17780639528a792601.tar.bz2
gentoo-c99988e3944d266b115fad17780639528a792601.zip
app-editors/emact: Install in ED rather than D.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors/emact')
-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 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
}