aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-24 19:44:21 -0500
committerJack Nagel2014-03-24 19:44:21 -0500
commit9851081382697fea5d8959ab2b03c19d33556daa (patch)
treece293fcc2fe41400ac2d3489bbbf7ebe0d7c031b /Library/Formula/vim.rb
parent6f37f084dc5653bce5e8ba60e5d5d02d5326c35d (diff)
downloadhomebrew-9851081382697fea5d8959ab2b03c19d33556daa.tar.bz2
vim: use install_symlink
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb2
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