make path instead of symlink for lib/R
Moves us towards being able to support formulae that install R bindings, like nonpareil in homebrew-science. Some discussion in Homebrew/homebrew-science#2559. Closes Homebrew/homebrew#42539.
This commit is contained in:
parent
02d8bfe10b
commit
3a535ed36b
@ -300,6 +300,7 @@ class Keg
|
||||
when /^perl5/ then :mkpath
|
||||
when "php" then :mkpath
|
||||
when /^python[23]\.\d/ then :mkpath
|
||||
when /^R/ then :mkpath
|
||||
when /^ruby/ then :mkpath
|
||||
# Everything else is symlinked to the cellar
|
||||
else :link
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user