Always create real directories under lib/ruby
Fixes Homebrew/homebrew#37685. Closes Homebrew/homebrew#37704.
This commit is contained in:
parent
6b58107693
commit
0a41cbcd9c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user