summaryrefslogtreecommitdiff
path: root/dev-ros/rosbash/files/catkin_prefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/rosbash/files/catkin_prefix.patch')
-rw-r--r--dev-ros/rosbash/files/catkin_prefix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ros/rosbash/files/catkin_prefix.patch b/dev-ros/rosbash/files/catkin_prefix.patch
new file mode 100644
index 000000000000..89877b005f9d
--- /dev/null
+++ b/dev-ros/rosbash/files/catkin_prefix.patch
@@ -0,0 +1,13 @@
+Index: rosbash/scripts/rosrun
+===================================================================
+--- rosbash.orig/scripts/rosrun
++++ rosbash/scripts/rosrun
+@@ -47,7 +47,7 @@ case $2 in
+ ;;
+ esac
+
+-if [[ -n $CMAKE_PREFIX_PATH ]]; then
++if [[ -n $CMAKE_PREFIX_PATH || -n $CATKIN_PREFIX_PATH ]]; then
+ _rosrun_IFS="$IFS"
+ IFS=$'\n'
+ catkin_package_libexec_dirs=($(catkin_find --without-underlays --libexec --share "$1" 2> /dev/null))