summaryrefslogtreecommitdiff
path: root/dev-ros/xacro/files/tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/xacro/files/tests.patch')
-rw-r--r--dev-ros/xacro/files/tests.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ros/xacro/files/tests.patch b/dev-ros/xacro/files/tests.patch
deleted file mode 100644
index 28d4b5768c35..000000000000
--- a/dev-ros/xacro/files/tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: xacro-1.14.1/test/test-cmake.sh
-===================================================================
---- xacro-1.14.1.orig/test/test-cmake.sh
-+++ xacro-1.14.1/test/test-cmake.sh
-@@ -15,6 +15,7 @@
- test -d $1 || exit 2
- test -r $1/CMakeLists.txt || exit 2
-
-+basedir=`pwd`/../
- dir=`basename $1`
-
- # redirect stdout and stderr to $dir.log
-@@ -26,7 +27,7 @@ mkdir $dir
- cd $dir
-
- echo "*** running cmake ***"
--cmake -DCATKIN_DEVEL_PREFIX=devel -DCMAKE_INSTALL_PREFIX=install $1 || exit $?
-+cmake -DCATKIN_DEVEL_PREFIX="${basedir}/devel" -DCMAKE_INSTALL_PREFIX=install $1 || exit $?
-
- echo
- echo "*** running make ***"