Check for MacPorts/Fink installation only after build failures
This commit is contained in:
parent
d8abdfa56d
commit
a01a3bd594
@ -111,7 +111,6 @@ module Homebrew
|
|||||||
check_ppc
|
check_ppc
|
||||||
check_writable_install_location
|
check_writable_install_location
|
||||||
check_xcode
|
check_xcode
|
||||||
check_macports
|
|
||||||
check_cellar
|
check_cellar
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -139,5 +138,8 @@ module Homebrew
|
|||||||
# another formula. In that case, don't generate an error, just move on.
|
# another formula. In that case, don't generate an error, just move on.
|
||||||
rescue CannotInstallFormulaError => e
|
rescue CannotInstallFormulaError => e
|
||||||
ofail e.message
|
ofail e.message
|
||||||
|
rescue BuildError
|
||||||
|
check_macports
|
||||||
|
raise
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user