summaryrefslogtreecommitdiff
path: root/dev-ros/mavlink-gbp-release/files/gentoo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ros/mavlink-gbp-release/files/gentoo.patch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ros/mavlink-gbp-release/files/gentoo.patch')
-rw-r--r--dev-ros/mavlink-gbp-release/files/gentoo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ros/mavlink-gbp-release/files/gentoo.patch b/dev-ros/mavlink-gbp-release/files/gentoo.patch
new file mode 100644
index 000000000000..92f16757158e
--- /dev/null
+++ b/dev-ros/mavlink-gbp-release/files/gentoo.patch
@@ -0,0 +1,13 @@
+Index: mavlink-gbp-release-release-kinetic-mavlink/CMakeLists.txt
+===================================================================
+--- mavlink-gbp-release-release-kinetic-mavlink.orig/CMakeLists.txt
++++ mavlink-gbp-release-release-kinetic-mavlink/CMakeLists.txt
+@@ -172,6 +172,8 @@ install(FILES ${PROJECT_BINARY_DIR}/COPY
+ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/ COMPONENT license)
+
+ install(FILES ${CMAKE_SOURCE_DIR}/package.xml
++ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/ros_packages/${PROJECT_NAME}/ COMPONENT catkin)
++install(FILES ${CMAKE_SOURCE_DIR}/package.xml
+ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/ COMPONENT catkin)
+
+ # vim:sw=4:ts=4:expandtab