app-crypt/libmd: respect ED prefix var
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 27 May 2019 11:13:35 +0000 (13:13 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 3 Jun 2019 10:51:21 +0000 (12:51 +0200)
Closes: https://bugs.gentoo.org/686846
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
app-crypt/libmd/libmd-1.0.1.ebuild

index a57275e5b43bb75b05d0bf9cd037c335b4bcd7df..cc7a357d3c46c125fa79cc9d559e94b5b3f5292d 100644 (file)
@@ -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
 }