mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/lbdb: fix install for Prefix by Olivier Huber, bug #669390
Closes: https://bugs.gentoo.org/669390 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -30,7 +30,7 @@ src_configure() {
|
||||
if use evo ; then
|
||||
evoversion=$(best_version mail-client/evolution)
|
||||
evoversion=${evoversion##mail-client/evolution-}
|
||||
evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
|
||||
evolution_addressbook_export="${EPREFIX}/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
|
||||
fi
|
||||
|
||||
econf $(use_with finger) \
|
||||
@@ -41,7 +41,7 @@ src_configure() {
|
||||
--enable-lbdb-dotlock \
|
||||
--without-pgpk --without-pgp \
|
||||
--without-niscat --without-addr-email --with-getent \
|
||||
--libdir=/usr/$(get_libdir)/lbdb
|
||||
--libdir="${EPREFIX}"/usr/$(get_libdir)/lbdb
|
||||
}
|
||||
|
||||
src_install () {
|
||||
|
||||
Reference in New Issue
Block a user