mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user