Skip to content
Snippets Groups Projects
Commit b5f83e60 authored by Jack Nagel's avatar Jack Nagel
Browse files

Re-check requirements if a bottle installation fails

parent 69dcc259
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,10 @@ class FormulaInstaller
build_bottle_preinstall if ARGV.build_bottle?
unless @poured_bottle
install_dependencies if @pour_failed && !ignore_deps
if @pour_failed and not ignore_deps
check_requirements
install_dependencies
end
build
clean
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment