Skip to content

Commit c706796

Browse files
mergify[bot]CaedaelAmronos
authored
Change cp command to use -rfL option (backport #335) (#337)
Resolve symlinks from the `extra_packages` directory (cherry picked from commit 2f73852) Co-authored-by: Adrian <67166322+Caedael@users.noreply.github.com> Co-authored-by: Aarav Gupta <aarav@spikonado.com>
1 parent 9877115 commit c706796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libmicroros.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
7979
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
8080
touch src/rclc/rclc_examples/COLCON_IGNORE; \
8181
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
82-
cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
82+
cp -rfL $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
8383
test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;
8484

8585

0 commit comments

Comments
 (0)