diff options
author | 2019-01-17 13:36:48 +0100 | |
---|---|---|
committer | 2019-01-17 13:36:48 +0100 | |
commit | 6c7f67d14b8ad21d01f1f66a3e1729dd0963d465 (patch) | |
tree | 81a04b57f6482da59854dd3472f4c0186e483442 /dev-libs/dmalloc | |
parent | dev-python/numpy-1.15.4: arm64 stable (bug #627952) (diff) | |
download | gentoo-6c7f67d14b8ad21d01f1f66a3e1729dd0963d465.tar.gz gentoo-6c7f67d14b8ad21d01f1f66a3e1729dd0963d465.tar.bz2 gentoo-6c7f67d14b8ad21d01f1f66a3e1729dd0963d465.zip |
dev-libs/dmalloc: Fix Prefix install, by Olivier Huber
Closes: https://bugs.gentoo.org/675684
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild | 4 |
1 files 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 } |