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:
Tim D. Smith 2015-08-06 01:07:58 -07:00
parent 02d8bfe10b
commit 3a535ed36b

View File

@ -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