summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Putra Tanu Setiaji <indocomsoft@gmail.com>2019-05-06 22:18:46 +0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-05-07 11:54:54 -0700
commit3eb55c77b381cbd6a70f262b84f69d000132f4d6 (patch)
tree807aba1b03aa4c0a428fa4d81029aecb542e31ac /net-libs/grpc/grpc-1.14.2.ebuild
parentapp-crypt/certbot-nginx: 0.34.1 stable with cleanup (diff)
downloadgentoo-3eb55c77b381cbd6a70f262b84f69d000132f4d6.tar.gz
gentoo-3eb55c77b381cbd6a70f262b84f69d000132f4d6.tar.bz2
gentoo-3eb55c77b381cbd6a70f262b84f69d000132f4d6.zip
net-libs/grpc: Fix files installed outside prefix
Signed-off-by: Julius Putra Tanu Setiaji <indocomsoft@gmail.com> Closes: https://bugs.gentoo.org/685198 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11916 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs/grpc/grpc-1.14.2.ebuild')
-rw-r--r--net-libs/grpc/grpc-1.14.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.14.2.ebuild b/net-libs/grpc/grpc-1.14.2.ebuild
index b88634bc3de7..f3f61968210e 100644
--- a/net-libs/grpc/grpc-1.14.2.ebuild
+++ b/net-libs/grpc/grpc-1.14.2.ebuild
@@ -137,7 +137,7 @@ python_compile_all() {
src_install() {
emake \
- prefix="${D}"/usr \
+ prefix="${ED%/}"/usr \
INSTALL_LIBDIR="$(get_libdir)" \
STRIP=/bin/true \
install