projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcac75
)
app-crypt/libmd: respect ED prefix var
author
Michael Haubenwallner
<haubi@gentoo.org>
Mon, 27 May 2019 11:13:35 +0000
(13:13 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/app-crypt/libmd/libmd-1.0.1.ebuild
b/app-crypt/libmd/libmd-1.0.1.ebuild
index a57275e5b43bb75b05d0bf9cd037c335b4bcd7df..cc7a357d3c46c125fa79cc9d559e94b5b3f5292d 100644
(file)
--- 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 "${
E
D}"/usr/$(get_libdir)/libmd.la || die
fi
}