Skip to content

Commit

Permalink
dev-libs/dmalloc: Fix Prefix install, by Olivier Huber
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/675684
Signed-off-by: Fabian Groffen <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
grobian committed Jan 17, 2019
1 parent 3afb0ec commit 6c7f67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit 6c7f67d

Please sign in to comment.