"git@gitlab.redox-os.org:matlik/redoxfs.git" did not exist on "7412bdd6b7d9c4a50454ad5c9e9633bdd3b1e129"
The cookbook scripts assume they have GNU utilities
available this causes problems in macOS which has an BSD userland. With these changes we will use the GNU `find` and `stat` installed by the now modified boostrap script on https://github.com/redox-os/redox/pull/995. Details - Using `find` from Homebrew/MacPorts `findutils` package on macOS. - Using `stat` from Homebrew/MacPorts `coreutils` package on macOS.
Please register or sign in to comment