Skip to content

Commit

Permalink
add recursive argument to symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Oct 29, 2024
1 parent 445f62b commit cd0d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archiver/checks/default_preparation_checks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit cd0d898

Please sign in to comment.