summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@gmail.com>2017-01-27 11:33:30 +0100
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-27 14:11:13 -0800
commitb7bb930838f049041c51e3763bb4a9fc7f5be0be (patch)
treeb64e826df25809cc17429001a8c7d293dd01758b /sys-libs/db/db-1.85-r3.ebuild
parentsys-libs/db: fix ebuilds for recent versions to respect EPREFIX (diff)
downloadgentoo-b7bb930838f049041c51e3763bb4a9fc7f5be0be.tar.gz
gentoo-b7bb930838f049041c51e3763bb4a9fc7f5be0be.tar.bz2
gentoo-b7bb930838f049041c51e3763bb4a9fc7f5be0be.zip
sys-libs/db: respect EPREFIX, fixes bug #587520
(cherry picked from commit 6eab44c650e8134e1b3025a197cb77057d2925d5) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/3671
Diffstat (limited to 'sys-libs/db/db-1.85-r3.ebuild')
-rw-r--r--sys-libs/db/db-1.85-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-1.85-r3.ebuild b/sys-libs/db/db-1.85-r3.ebuild
index df57100c506a..6630970d60f7 100644
--- a/sys-libs/db/db-1.85-r3.ebuild
+++ b/sys-libs/db/db-1.85-r3.ebuild
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- make -C PORT/linux install DESTDIR="${D}" || die
+ make -C PORT/linux install DESTDIR="${ED}" || die
# binary compat symlink
dosym libdb1.so.2 /usr/$(get_libdir)/libdb.so.2 || die