aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index 78335b2f7..c3a5443f1 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -149,6 +149,7 @@ protected
when :skip_file, nil
Find.prune
when :info
+ next if File.basename(src) == 'dir' # skip historical local 'dir' files
make_relative_symlink dst, src
dst.install_info
else