Skip to content

Commit 09ed2cc

Browse files
Caedaelmergify[bot]
authored andcommitted
Change cp command to use -rfL option (#335)
Resolve symlinks from the `extra_packages` directory (cherry picked from commit 2f73852)
1 parent 56a664a commit 09ed2cc

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
@@ -83,7 +83,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
8383
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
8484
touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
8585
touch src/ros2_tracing/lttngpy/COLCON_IGNORE; \
86-
cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
86+
cp -rfL $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
8787
test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;
8888

8989

0 commit comments

Comments
 (0)