summaryrefslogtreecommitdiff
path: root/dev-ros/mavlink-gbp-release/files/gentoo.patch
diff options
context:
space:
mode:
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