Skip to content
Snippets Groups Projects
Commit bd0d732a authored by Jose Narvaez's avatar Jose Narvaez
Browse files

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.
parent 387c6622
Branches
Tags
1 merge request!47Detecting find and stat from Homebrew/MacPorts on macOS
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment