projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dead6e
)
app-crypt/argon2: prefix support
author
Guilherme Amadio
<amadio@gentoo.org>
Mon, 19 Mar 2018 11:11:11 +0000
(12:11 +0100)
committer
Guilherme Amadio
<amadio@gentoo.org>
Mon, 19 Mar 2018 18:05:08 +0000
(19:05 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-crypt/argon2/argon2-20171227.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/argon2/argon2-20171227.ebuild
b/app-crypt/argon2/argon2-20171227.ebuild
index 053764e3b4b350c0562998f6536dd768a59e1429..cba8e3f4d23663ef5fd977c92572ef9f99d5200a 100644
(file)
--- a/
app-crypt/argon2/argon2-20171227.ebuild
+++ b/
app-crypt/argon2/argon2-20171227.ebuild
@@
-23,5
+23,5
@@
src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" LIBRARY_REL="$(get_libdir)" install || die
+ emake DESTDIR="${
E
D}" LIBRARY_REL="$(get_libdir)" install || die
}