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.16.1.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.16.1.ebuild')
-rw-r--r--net-libs/grpc/grpc-1.16.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/grpc/grpc-1.16.1.ebuild b/net-libs/grpc/grpc-1.16.1.ebuild
index 4cfb0e21799c..90158c5c0d3b 100644
--- a/net-libs/grpc/grpc-1.16.1.ebuild
+++ b/net-libs/grpc/grpc-1.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -69,7 +69,7 @@ src_compile() {
src_install() {
emake \
- prefix="${D}"/usr \
+ prefix="${ED%/}"/usr \
INSTALL_LIBDIR="$(get_libdir)" \
STRIP=/bin/true \
install