Skip to content
Snippets Groups Projects
Commit 443bf9f2 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Build from source on bottle pour failure.

parent 360af367
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,17 @@ class FormulaInstaller
@@attempted << f
if pour_bottle?
pour
else
poured_bottle = false
begin
if pour_bottle?
pour
poured_bottle = true
end
rescue
opoo "Bottle installation failed: building from source."
end
unless poured_bottle
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