diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c5a7ac71a..ae5fe3f5e 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -529,8 +529,7 @@ class Formula end if rack.directory? - rack.children.each do |keg| - next if keg.basename.to_s == '.DS_Store' + rack.subdirs.each do |keg| tab = Tab.for_keg keg hsh["installed"] << { |
