From 521c248c9008f76c6b5d3b60e8e4732d06db5f9e Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 4 Mar 2024 21:27:33 +0300 Subject: [PATCH] Fix --- 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 0325aa029..e4f2cecb4 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -85,7 +85,7 @@ wget https://github.com/ros/ros_comm/pull/2353.patch patch -p2 -d src/ros_comm < 2353.patch wget https://github.com/AJahueyM/web_video_server/commit/5b722eb0822bcc3fe45fefe7b393b87bfe004417.patch -patch -p2 -d src/web_video_server < 5b722eb0822bcc3fe45fefe7b393b87bfe004417.patch +patch -p1 -d src/web_video_server < 5b722eb0822bcc3fe45fefe7b393b87bfe004417.patch echo "--- Build ROS" # https://github.com/ros/catkin/issues/863#issuecomment-290392074