From: Fabian Groffen Date: Thu, 17 Jan 2019 12:36:48 +0000 (+0100) Subject: dev-libs/dmalloc: Fix Prefix install, by Olivier Huber X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c7f67d14b8ad21d01f1f66a3e1729dd0963d465;p=gentoo.git 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 --- 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 }