From cd0d898a9cce4d494e8c5ca529928e8c6119b3d8 Mon Sep 17 00:00:00 2001 From: Oleksandr Kulkov Date: Tue, 29 Oct 2024 14:30:02 +0100 Subject: [PATCH] add recursive argument to symlinks --- archiver/checks/default_preparation_checks.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiver/checks/default_preparation_checks.ini b/archiver/checks/default_preparation_checks.ini index e9898b5..546aceb 100644 --- a/archiver/checks/default_preparation_checks.ini +++ b/archiver/checks/default_preparation_checks.ini @@ -36,7 +36,7 @@ precondition_failure_msg=Requires GNU find. On mac, you can install it using 'br check_cmd=find . -type l ! -xtype l -lname '/*' success_conditions=RETURN_ZERO, EMPTY_OUTPUT check_failure_msg=Absolute symlinks found, see output. Archives may not be complete. - Consider running 'symlinks -ct {WDIR}' (show what would be done) and 'symlinks -c {WDIR}' to actually fix. + Consider running 'symlinks -rct {WDIR}' (show what would be done) and 'symlinks -rc {WDIR}' to actually fix. [check_no_temporary_files] precondition=