mail-client/mailx-support: add ${EPREFIX} to emake prefix
authorZac Medico <zmedico@gentoo.org>
Sun, 3 Jul 2016 01:04:21 +0000 (18:04 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 3 Jul 2016 01:04:21 +0000 (18:04 -0700)
Package-Manager: portage-2.3.0

mail-client/mailx-support/mailx-support-20060102-r2.ebuild

index 658f9590b57f815eba3833ec603a4eae4ae6e207..7ee0a50d5fae23b38daaf08fd661ed1f5f0fc0f0 100644 (file)
@@ -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
 }