commit: 8fb13e5184fec426206985aec3445febfbe00b2a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 01:04:21 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 01:04:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb13e51
mail-client/mailx-support: add ${EPREFIX} to emake prefix
Package-Manager: portage-2.3.0
mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
index 658f959..7ee0a50 100644
--- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
+++ b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -35,5 +35,5 @@ src_compile() {
}
src_install() {
- emake prefix="${D}/usr" install
+ emake prefix="${ED}/usr" install
}