diff --git a/libmicroros.mk b/libmicroros.mk index 0f0507f7..5f202bec 100644 --- a/libmicroros.mk +++ b/libmicroros.mk @@ -79,7 +79,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src: touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \ touch src/rclc/rclc_examples/COLCON_IGNORE; \ touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \ - cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \ + cp -rfL $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \ test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;