Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When creating symlinks specified with --symlink, check errno if creation fails. If the reason was EEXIST, check the path of the existing symlink. If it matches what was desired, continue as normal. Resolves: #549 Signed-off-by: Jakob Kaivo <[email protected]> [Anders Blomdell: use readlink_malloc()] [smcv: Squash multiple changes into one; coding style fixes] Co-authored-by: Anders Blomdell Co-authored-by: Simon McVittie <[email protected]> Signed-off-by: Simon McVittie <[email protected]>
- Loading branch information