From: David Seifert Date: Sun, 15 Oct 2017 23:34:32 +0000 (-0700) Subject: dev-ros/shape_tools: [QA] Add cmake-utils_src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=61bd7aa8e6f4122842661f435452304cd19d0ce7;p=gentoo.git dev-ros/shape_tools: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild index a01d63a6d976..be5d89f8bd96 100644 --- a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild +++ b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,8 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + cmake-utils_src_prepare + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \ -i CMakeLists.txt \ || die diff --git a/dev-ros/shape_tools/shape_tools-9999.ebuild b/dev-ros/shape_tools/shape_tools-9999.ebuild index a01d63a6d976..be5d89f8bd96 100644 --- a/dev-ros/shape_tools/shape_tools-9999.ebuild +++ b/dev-ros/shape_tools/shape_tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,8 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + cmake-utils_src_prepare + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \ -i CMakeLists.txt \ || die