commit: ffcd38e7d281a84821df62a23b4b30ea729db200
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 01:05:30 2016 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 01:06:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcd38e7
sys-devel/autoconf: trivial Prefix update.
Package-Manager: portage-2.3.0
sys-devel/autoconf/autoconf-2.13.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-devel/autoconf/autoconf-2.13.ebuild
b/sys-devel/autoconf/autoconf-2.13.ebuild
index aa6636a..2093cb3 100644
--- a/sys-devel/autoconf/autoconf-2.13.ebuild
+++ b/sys-devel/autoconf/autoconf-2.13.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$
@@ -51,7 +51,7 @@ src_configure() {
ac_cv_prog_AWK="${prepend}awk" \
LC_ALL=C \
econf \
- --exec-prefix=/usr \
- --bindir=/usr/bin \
+ --exec-prefix="${EPREFIX}"/usr \
+ --bindir="${EPREFIX}"/usr/bin \
--program-suffix="-${PV}"
}