diff options
Diffstat (limited to 'Library/Formula/r.rb')
| -rw-r--r-- | Library/Formula/r.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index 23415eab2..a6135306f 100644 --- a/Library/Formula/r.rb +++ b/Library/Formula/r.rb @@ -55,9 +55,7 @@ class R < Formula ln_s prefix+"R.framework/Resources/man1/R.1", man1 ln_s prefix+"R.framework/Resources/man1/Rscript.1", man1 - bash_dir = prefix + 'etc/bash_completion.d' - bash_dir.mkpath - RBashCompletion.new.brew { bash_dir.install 'R' } + RBashCompletion.new.brew { bash_completion.install 'R' } prefix.install 'make-check.log' if build.include? 'test' end |
