From: Julius Putra Tanu Setiaji Date: Mon, 6 May 2019 14:18:46 +0000 (+0800) Subject: net-libs/grpc: Fix files installed outside prefix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3eb55c77b381cbd6a70f262b84f69d000132f4d6;p=gentoo.git net-libs/grpc: Fix files installed outside prefix Signed-off-by: Julius Putra Tanu Setiaji 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 --- diff --git a/net-libs/grpc/grpc-1.12.0.ebuild b/net-libs/grpc/grpc-1.12.0.ebuild index ddf193e17a04..89cc2c83087e 100644 --- a/net-libs/grpc/grpc-1.12.0.ebuild +++ b/net-libs/grpc/grpc-1.12.0.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=6 @@ -59,7 +59,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=true \ install diff --git a/net-libs/grpc/grpc-1.12.1-r1.ebuild b/net-libs/grpc/grpc-1.12.1-r1.ebuild index 7f3ee9f18a82..51e73dd8c9cc 100644 --- a/net-libs/grpc/grpc-1.12.1-r1.ebuild +++ b/net-libs/grpc/grpc-1.12.1-r1.ebuild @@ -134,7 +134,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=true \ install diff --git a/net-libs/grpc/grpc-1.13.0-r1.ebuild b/net-libs/grpc/grpc-1.13.0-r1.ebuild index 138531249bfc..45bfa5343f47 100644 --- a/net-libs/grpc/grpc-1.13.0-r1.ebuild +++ b/net-libs/grpc/grpc-1.13.0-r1.ebuild @@ -138,7 +138,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.13.1.ebuild b/net-libs/grpc/grpc-1.13.1.ebuild index e4d1903e6797..12364479d275 100644 --- a/net-libs/grpc/grpc-1.13.1.ebuild +++ b/net-libs/grpc/grpc-1.13.1.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 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 diff --git a/net-libs/grpc/grpc-1.15.0.ebuild b/net-libs/grpc/grpc-1.15.0.ebuild index 9a98d75031c2..54b506a2c3a7 100644 --- a/net-libs/grpc/grpc-1.15.0.ebuild +++ b/net-libs/grpc/grpc-1.15.0.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 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 diff --git a/net-libs/grpc/grpc-1.17.1.ebuild b/net-libs/grpc/grpc-1.17.1.ebuild index 306060617908..7c7b0acf0400 100644 --- a/net-libs/grpc/grpc-1.17.1.ebuild +++ b/net-libs/grpc/grpc-1.17.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 @@ -73,7 +73,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.18.0.ebuild b/net-libs/grpc/grpc-1.18.0.ebuild index 9334110878bd..7c7b0acf0400 100644 --- a/net-libs/grpc/grpc-1.18.0.ebuild +++ b/net-libs/grpc/grpc-1.18.0.ebuild @@ -73,7 +73,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.19.0.ebuild b/net-libs/grpc/grpc-1.19.0.ebuild index 980578d57ee3..39508cff560b 100644 --- a/net-libs/grpc/grpc-1.19.0.ebuild +++ b/net-libs/grpc/grpc-1.19.0.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.20.1.ebuild b/net-libs/grpc/grpc-1.20.1.ebuild index 34179c7a860e..f963e1b5c22f 100644 --- a/net-libs/grpc/grpc-1.20.1.ebuild +++ b/net-libs/grpc/grpc-1.20.1.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install