diff options
| author | Jack Nagel | 2014-03-24 19:44:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-24 19:44:21 -0500 |
| commit | 9851081382697fea5d8959ab2b03c19d33556daa (patch) | |
| tree | ce293fcc2fe41400ac2d3489bbbf7ebe0d7c031b /Library/Formula/vim.rb | |
| parent | 6f37f084dc5653bce5e8ba60e5d5d02d5326c35d (diff) | |
| download | homebrew-9851081382697fea5d8959ab2b03c19d33556daa.tar.bz2 | |
vim: use install_symlink
Diffstat (limited to 'Library/Formula/vim.rb')
| -rw-r--r-- | Library/Formula/vim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index b123a8b02..a3f9bf0d4 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -83,7 +83,7 @@ class Vim < Formula # statically-linked interpreters like ruby # http://code.google.com/p/vim/issues/detail?id=114&thanks=114&ts=1361483471 system "make", "install", "prefix=#{prefix}", "STRIP=/usr/bin/true" - ln_s 'vim', bin/'vi' if build.include? 'override-system-vi' + bin.install_symlink "vim" => "vi" if build.include? "override-system-vi" end def caveats |
