diff options
Diffstat (limited to 'net-mail/lbdb/lbdb-0.41.ebuild')
-rw-r--r-- | net-mail/lbdb/lbdb-0.41.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/lbdb/lbdb-0.41.ebuild b/net-mail/lbdb/lbdb-0.41.ebuild index 9bc42cb1b34a..82bcdb4c6e0f 100644 --- a/net-mail/lbdb/lbdb-0.41.ebuild +++ b/net-mail/lbdb/lbdb-0.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,7 +44,7 @@ src_configure() { --libdir=/usr/$(get_libdir)/lbdb } -src_install () { +src_install() { emake install_prefix="${D}" install dodoc README TODO debian/changelog } |