commit: b80cf973d108302eff58d2a7ab264cd74cdef72b
Author: mschubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Fri Nov 6 13:32:08 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 13:32:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80cf973
net-libs/http-parser: respect ${EPREFIX}
net-libs/http-parser/http-parser-2.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/http-parser/http-parser-2.6.0.ebuild
b/net-libs/http-parser/http-parser-2.6.0.ebuild
index 186c880..7a5bcfe 100644
--- a/net-libs/http-parser/http-parser-2.6.0.ebuild
+++ b/net-libs/http-parser/http-parser-2.6.0.ebuild
@@ -40,6 +40,6 @@ multilib_src_test() {
}
multilib_src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" install
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
use static-libs && dolib.a libhttp_parser.a
}