PureDarwin / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
48 stars 13 forks source link

Fix a problem concerning symbolic links #7

Closed wjk closed 7 years ago

wjk commented 7 years ago

darwinbuild invokes ditto, which does not traverse symbolic links when installing files. (It simply prints an error and exits instead.) I must therefore remove the symbolic link, and then move its target over it so nothing appears to have changed.