aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2015-08-06 01:07:58 -0700
committerTim D. Smith2015-08-15 00:14:38 -0700
commit3a535ed36b346694ab9f2143ef5f28e314318520 (patch)
tree962c9ca98a289ce859fc94d15776d9b5958f85de /Library
parent02d8bfe10b854c024db060488664d34e96287ca3 (diff)
downloadbrew-3a535ed36b346694ab9f2143ef5f28e314318520.tar.bz2
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.
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 e2319001d..6ab8d4c1e 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -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