diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-10-25 10:05:30 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-10-25 10:06:12 +0900 |
commit | ffcd38e7d281a84821df62a23b4b30ea729db200 (patch) | |
tree | df4c3271b132eb2a906086459cebc5199df87de7 /sys-devel/autoconf | |
parent | app-text/sword: Add patch for building with GCC 6 (diff) | |
download | gentoo-ffcd38e7d281a84821df62a23b4b30ea729db200.tar.gz gentoo-ffcd38e7d281a84821df62a23b4b30ea729db200.tar.bz2 gentoo-ffcd38e7d281a84821df62a23b4b30ea729db200.zip |
sys-devel/autoconf: trivial Prefix update.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/autoconf/autoconf-2.13.ebuild b/sys-devel/autoconf/autoconf-2.13.ebuild index aa6636af8e34..2093cb306e5a 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}" } |