Skip to content
Snippets Groups Projects
Commit 45922f19 authored by Andrew Potter's avatar Andrew Potter Committed by Adam Vandenberg
Browse files

run macports check after failed build instead of before every build


Closes Homebrew/homebrew#28717.

Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
parent 0291a579
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,6 @@ module Homebrew extend self
check_ppc
check_writable_install_location
check_xcode
check_macports
check_cellar
end
......@@ -121,5 +120,6 @@ module Homebrew extend self
opoo e.message
rescue CannotInstallFormulaError => e
ofail e.message
check_macports
end
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