modified ROS_ROOT

This commit is contained in:
Dirk Thomas 2012-09-27 04:49:38 +00:00
parent 20bc9064c9
commit f2c7ce5956
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ EOF
export ROS_PACKAGE_PATH=`python -c "$PYTHON_CODE_BUILD_ROS_PACKAGE_PATH"`
if @BUILDSPACE@; then
export ROS_ROOT=@CMAKE_CURRENT_SOURCE_DIR@
export ROS_ROOT=@CMAKE_CURRENT_SOURCE_DIR@/..
export ROS_ETC_DIR=@CATKIN_BUILD_PREFIX@/@CATKIN_PACKAGE_ETC_DESTINATION@
fi
if @INSTALLSPACE@; then