run macports check after failed build instead of before every build
Closes Homebrew/homebrew#28717. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0291a579fb
commit
45922f1903
@ -93,7 +93,6 @@ module Homebrew extend self
|
|||||||
check_ppc
|
check_ppc
|
||||||
check_writable_install_location
|
check_writable_install_location
|
||||||
check_xcode
|
check_xcode
|
||||||
check_macports
|
|
||||||
check_cellar
|
check_cellar
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -121,5 +120,6 @@ module Homebrew extend self
|
|||||||
opoo e.message
|
opoo e.message
|
||||||
rescue CannotInstallFormulaError => e
|
rescue CannotInstallFormulaError => e
|
||||||
ofail e.message
|
ofail e.message
|
||||||
|
check_macports
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user