summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-27 13:13:35 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-06-03 12:51:21 +0200
commit05949168d5dc67fff8d2f64813526989f7b51a7a (patch)
tree2b88bc0d98e3adbc9d1483019f4cbdd6ec9c9f49
parentdev-db/postgresql: Multiple Fixes/Improvements (diff)
downloadgentoo-05949168d5dc67fff8d2f64813526989f7b51a7a.tar.gz
gentoo-05949168d5dc67fff8d2f64813526989f7b51a7a.tar.bz2
gentoo-05949168d5dc67fff8d2f64813526989f7b51a7a.zip
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@gentoo.org>
-rw-r--r--app-crypt/libmd/libmd-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libmd/libmd-1.0.1.ebuild b/app-crypt/libmd/libmd-1.0.1.ebuild
index a57275e5b43b..cc7a357d3c46 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
}