Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dmalloc/
Date: Thu, 17 Jan 2019 12:37:05
Message-Id: 1547728608.6c7f67d14b8ad21d01f1f66a3e1729dd0963d465.grobian@gentoo
1 commit: 6c7f67d14b8ad21d01f1f66a3e1729dd0963d465
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 12:36:48 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 12:36:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7f67d1
7
8 dev-libs/dmalloc: Fix Prefix install, by Olivier Huber
9
10 Closes: https://bugs.gentoo.org/675684
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild
18 index e01e60c5cea..807dcee4cb1 100644
19 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild
20 +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -80,6 +80,6 @@ src_install() {
28 done
29
30 if ! use static-libs; then
31 - rm "${D}"/usr/$(get_libdir)/lib${PN}*.a || die
32 + rm "${ED}"/usr/$(get_libdir)/lib${PN}*.a || die
33 fi
34 }