From 3a535ed36b346694ab9f2143ef5f28e314318520 Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Thu, 6 Aug 2015 01:07:58 -0700 Subject: [PATCH] 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. --- Library/Homebrew/keg.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index e2319001d3..6ab8d4c1eb 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