missing: use installed_prefixes
This commit is contained in:
parent
3e99f16a7d
commit
aaa945be68
@ -15,7 +15,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
missing_deps.map!(&:to_formula)
|
||||
missing_deps.reject! { |d| d.rack.exist? && d.rack.subdirs.length > 0 }
|
||||
missing_deps.reject! { |d| d.installed_prefixes.any? }
|
||||
|
||||
unless missing_deps.empty?
|
||||
yield f.full_name, missing_deps if block_given?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user