macvim: use install_symlink
This commit is contained in:
parent
3be02c04cd
commit
13952a13f9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class Macvim < Formula
|
|||
# Create MacVim vimdiff, view, ex equivalents
|
||||
executables = %w[mvimdiff mview mvimex gvim gvimdiff gview gvimex]
|
||||
executables += %w[vi vim vimdiff view vimex] if build.include? "override-system-vim"
|
||||
executables.each {|f| ln_s bin+'mvim', bin+f}
|
||||
executables.each { |e| bin.install_symlink "mvim" => e }
|
||||
end
|
||||
|
||||
def caveats
|
||||
|
|
Loading…
Reference in a new issue