fix install location of relocated rosbuild stuff

This commit is contained in:
Dirk Thomas 2013-01-25 11:00:02 -08:00
parent ee557b5136
commit e42914d169
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install(FILES
core/rosbuild/rosbuild.cmake
core/rosbuild/rosconfig.cmake
core/rosbuild/rostoolchain.cmake
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
DESTINATION ${CATKIN_GLOBAL_SHARE_DESTINATION}/ros/core/rosbuild)
install(FILES
tests/count_cores.py
DESTINATION ${CATKIN_GLOBAL_SHARE_DESTINATION}/ros/core/rosbuild/tests)