summaryrefslogtreecommitdiff
path: root/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-17 17:51:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-17 17:51:45 +0100
commit420eeee727d39d869d864caddb04a80dafda7160 (patch)
tree87f15d7467082dd92fce78a6cc2f56fa8d0774af /dev-ros/shape_tools/shape_tools-0.2.1.ebuild
parent0fdd4074ff3dc0c507a9867380a4f91250a0b610 (diff)
gentoo resync : 17.10.2017
Diffstat (limited to 'dev-ros/shape_tools/shape_tools-0.2.1.ebuild')
-rw-r--r--dev-ros/shape_tools/shape_tools-0.2.1.ebuild4
1 files changed, 3 insertions, 1 deletions
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