diff options
| author | Tim D. Smith | 2015-08-06 01:07:58 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2015-08-15 00:14:38 -0700 |
| commit | 3a535ed36b346694ab9f2143ef5f28e314318520 (patch) | |
| tree | 962c9ca98a289ce859fc94d15776d9b5958f85de /Library | |
| parent | 02d8bfe10b854c024db060488664d34e96287ca3 (diff) | |
| download | brew-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.rb | 1 |
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 |
