aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/missing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb
index 14d76f54e..6805548a8 100644
--- a/Library/Homebrew/cmd/missing.rb
+++ b/Library/Homebrew/cmd/missing.rb
@@ -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?