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 path manipulation #23

Closed wjk closed 6 years ago

wjk commented 6 years ago

The previous algorithm (committed in c3b8575084c468d75ea4dbf92435fd5eb8b31655) would not work on a stock macOS system (it depended on coreutils, which I happened to have installed when I first wrote it), and it would also cause failures if the build root image was not mounted (which therefore broke mounting the image to begin with). Both problems should now be fixed. Sorry about that!