Skip to content

Commit 2f73852

Browse files
authored
Change cp command to use -rfL option (#335)
Resolve symlinks from the `extra_packages` directory
1 parent 877e769 commit 2f73852

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

9191

0 commit comments

Comments
 (0)