diff options
| author | Jack Nagel | 2014-03-25 10:54:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-25 10:54:45 -0500 |
| commit | db04c3a388d0ff32ce44409165b38d7289faf940 (patch) | |
| tree | 0b0a9eef891737ba8a3a7ac0301f320db35486ff /Library | |
| parent | fb7a8d7943e3cfe263692fb296c1ca73c81c9e89 (diff) | |
| download | homebrew-db04c3a388d0ff32ce44409165b38d7289faf940.tar.bz2 | |
macvim: use install_symlink
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index eefaf1bf6..008119646 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -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 |
