Skip to content

Detecting find and stat from Homebrew/MacPorts on macOS

Jeremy Soller requested to merge goyox86:goyox86/macos-fixes into master

Created by: goyox86

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.

Dependencies

https://github.com/redox-os/redox/pull/995.

Merge request reports