dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir

Package-Manager: portage-2.3.0
This commit is contained in:
Zac Medico
2016-07-03 12:44:09 -07:00
parent 2b05acbef5
commit 90e5c1037f
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2012 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() {
$(use_enable introspection) \
$(use_enable python) \
${myconf} \
--with-html-dir=/usr/share/doc/${PF}/html
--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
src_configure() {
econf \
$(use_enable introspection) \
--with-html-dir=/usr/share/doc/${PF}/html
--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
src_configure() {
econf \
$(use_enable introspection) \
--with-html-dir=/usr/share/doc/${PF}/html
--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {