DoomHammer / brewstrap

Bootstraps Linuxbrew on machines lacking necessary tools (such as Chromebooks and embedded)
Other
6 stars 0 forks source link

missing file command in chromeos causes bottle-installs to hang #8

Closed minektur closed 8 years ago

minektur commented 8 years ago

you should include a build of homebrew-dupes/file-forumula package in your initial package or bottles fail. Or perhaps recommend installing from source with --build-from-source as the first package after install...

DoomHammer commented 8 years ago

file-formula is there, see https://github.com/DoomHammer/brewstrap/blob/master/brewstrap.sh#L42 . Before that file distributed with brewstrap should be used ($BREWSTRAP_DIR/bin/file). If there is something I might have ommitted feel free to reopen this issue.