commit:     05949168d5dc67fff8d2f64813526989f7b51a7a
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 11:13:35 2019 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 10:51:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05949168

app-crypt/libmd: respect ED prefix var

Closes: https://bugs.gentoo.org/686846
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 app-crypt/libmd/libmd-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-1.0.1.ebuild 
b/app-crypt/libmd/libmd-1.0.1.ebuild
index a57275e5b43..cc7a357d3c4 100644
--- a/app-crypt/libmd/libmd-1.0.1.ebuild
+++ b/app-crypt/libmd/libmd-1.0.1.ebuild
@@ -21,6 +21,6 @@ src_install() {
        default
 
        if ! use static-libs; then
-               rm "${D}"/usr/$(get_libdir)/libmd.la || die
+               rm "${ED}"/usr/$(get_libdir)/libmd.la || die
        fi
 }

Reply via email to