From 769bc9d3c773dd2c801a5162b7afd01e54d3dfdc Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 14 Mar 2019 14:40:38 +0100
Subject: [PATCH] [wip/ros-universal-robot] fix SYSTEM_SEARCH

---
 ros-universal-robot/depend.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ros-universal-robot/depend.mk b/ros-universal-robot/depend.mk
index 0e35b029..b112caec 100644
--- a/ros-universal-robot/depend.mk
+++ b/ros-universal-robot/depend.mk
@@ -22,7 +22,7 @@ DEPEND_ABI.ros-universal-robot?=	ros-universal-robot>=1.2.1
 DEPEND_DIR.ros-universal-robot?=	../../wip/ros-universal-robot
 
 SYSTEM_SEARCH.ros-universal-robot=\
-	'share/universal_robot/package.xml:<version>/s/[^0-9.]//gp'
+	'share/universal_robot/package.xml:/<version>/s/[^0-9.]//gp'
 
 endif # ROS_UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
 
-- 
GitLab