mirror of
https://git.tukaani.org/xz.git
synced 2025-02-08 17:55:49 +00:00
1555a9c566
In this case "make install" could fail if the man page directory didn't already exist at the destination. If it did exist, a dangling symlink was created there. Now the link is omitted instead. This isn't the best fix but it's better than the old behavior.