dev-libs/dmalloc: Fix Prefix install, by Olivier Huber
authorFabian Groffen <grobian@gentoo.org>
Thu, 17 Jan 2019 12:36:48 +0000 (13:36 +0100)
committerFabian Groffen <grobian@gentoo.org>
Thu, 17 Jan 2019 12:36:48 +0000 (13:36 +0100)
Closes: https://bugs.gentoo.org/675684
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild

index e01e60c5cea66930e36d3c48afe672984e330d68..807dcee4cb1d884e75fa5ac06e2092a64a2b97ff 100644 (file)
@@ -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
 }