diff --git a/cob_lookat_action/CMakeLists.txt b/cob_lookat_action/CMakeLists.txt index 41b6e100..6494c573 100644 --- a/cob_lookat_action/CMakeLists.txt +++ b/cob_lookat_action/CMakeLists.txt @@ -54,5 +54,5 @@ install(DIRECTORY include/${PROJECT_NAME}/ ) install(PROGRAMS scripts/cob_lookat_action_client.py scripts/cob_lookat_target_publisher.py - DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}/scripts + DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} )