Always create real directories under lib/ruby

Fixes Homebrew/homebrew#37685.
Closes Homebrew/homebrew#37704.
This commit is contained in:
Jack Nagel 2015-03-15 23:22:43 -04:00
parent 6b58107693
commit 0a41cbcd9c

View File

@ -288,7 +288,7 @@ class Keg
when /^perl5/ then :mkpath when /^perl5/ then :mkpath
when 'php' then :mkpath when 'php' then :mkpath
when /^python[23]\.\d/ then :mkpath when /^python[23]\.\d/ then :mkpath
when 'ruby' then :mkpath when /^ruby/ then :mkpath
# Everything else is symlinked to the cellar # Everything else is symlinked to the cellar
else :link else :link
end end