From 6c7f67d14b8ad21d01f1f66a3e1729dd0963d465 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 17 Jan 2019 13:36:48 +0100 Subject: [PATCH] dev-libs/dmalloc: Fix Prefix install, by Olivier Huber Closes: https://bugs.gentoo.org/675684 Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild index e01e60c5cea6..807dcee4cb1d 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -80,6 +80,6 @@ src_install() { done if ! use static-libs; then - rm "${D}"/usr/$(get_libdir)/lib${PN}*.a || die + rm "${ED}"/usr/$(get_libdir)/lib${PN}*.a || die fi } -- 2.26.2