diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-12-06 12:17:40 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-12-06 12:18:04 +0100 |
commit | 9eab1f8d567a7c7734f835e2cb84f07c63bf30ff (patch) | |
tree | 151d6662a6e6481941d9c3b905b77a29d80000a6 /net-mail | |
parent | app-portage/grs: 0.7 stable on amd64, arm and x86 (diff) | |
download | gentoo-9eab1f8d567a7c7734f835e2cb84f07c63bf30ff.tar.gz gentoo-9eab1f8d567a7c7734f835e2cb84f07c63bf30ff.tar.bz2 gentoo-9eab1f8d567a7c7734f835e2cb84f07c63bf30ff.zip |
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
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/lbdb/lbdb-0.42.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/lbdb/lbdb-0.42.1.ebuild b/net-mail/lbdb/lbdb-0.42.1.ebuild index 48a8974ca10c..dc9aa2dc00bb 100644 --- a/net-mail/lbdb/lbdb-0.42.1.ebuild +++ b/net-mail/lbdb/lbdb-0.42.1.ebuild @@ -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 () { |