From 147d6238d5cd1c5eba3ecb1fba26484a9e6e8375 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 21 Feb 2024 00:19:26 +0300 Subject: [PATCH] Fix patching --- builder/image-build-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-build-ros.sh b/builder/image-build-ros.sh index 44f69634..ef979580 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -72,7 +72,7 @@ wget https://github.com/ros/rosconsole/pull/58.patch patch -p1 -d src/rosconsole < 58.patch wget https://github.com/ros/ros_comm/pull/2353.patch -patch -p1 -d src/ros_comm < 2353.patch +patch -p2 -d src/ros_comm < 2353.patch echo "--- Build ROS" # https://github.com/ros/catkin/issues/863#issuecomment-290392074