Commit b7422a2f5c775615ff397e14c04aa9c9a41504c1

Stefan Sperling 2020-07-23T14:22:38

stop using realpath(3) to resolve a symlink target in install_symlink() We should not resolve a symlink target path recursively when installing a symlink in the work tree. We want to handle this symlink's target, not the end result of following a chain of symlinks in case such links already exist.