Skip to content

Commit

Permalink
Merge pull request #52 from adamant-pwn/patch-3
Browse files Browse the repository at this point in the history
add recursive argument to symlinks
  • Loading branch information
akahles authored Oct 29, 2024
2 parents 445f62b + cd0d898 commit 52d9ebe
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 52d9ebe

Please sign in to comment.