summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-10-15 20:05:11 -0700
committerDavid Seifert <soap@gentoo.org>2017-10-15 20:05:11 -0700
commit6dacb79579651636f3c39f1fd3728aaede7a8c50 (patch)
tree1601ae9aebefb6f8cb64c8e3398793ef51c3e4ff /sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
parentsci-libs/neartree: [QA] Add cmake-utils_src_prepare (diff)
downloadgentoo-6dacb79579651636f3c39f1fd3728aaede7a8c50.tar.gz
gentoo-6dacb79579651636f3c39f1fd3728aaede7a8c50.tar.bz2
gentoo-6dacb79579651636f3c39f1fd3728aaede7a8c50.zip
sci-libs/orocos-bfl: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild')
-rw-r--r--sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild b/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
index 355ea827ed9e..082cb9f10997 100644
--- a/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
+++ b/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )"
src_prepare() {
+ cmake-utils_src_prepare
+
sed -e 's:/lib:/${CMAKE_INSTALL_LIBDIR}:' \
-i "${S}/"{,src/,src/bindings/rtt/}CMakeLists.txt || die
}