Skip to content

Commit f5a7959

Browse files
Change cp command to use -rfL option (backport #335) (#339)
Resolve symlinks from the `extra_packages` directory (cherry picked from commit 2f73852) Co-authored-by: Adrian <67166322+Caedael@users.noreply.github.com>
1 parent 84d8cd0 commit f5a7959

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)