aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-29 08:08:04 -0700
committerAdam Vandenberg2011-07-29 08:08:04 -0700
commited7482aa343e5d36557fc77cffee9cfc535f9acd (patch)
treee378bf5beb1f93c16653f2cb853abf3664583df0 /Library/Formula/macvim.rb
parent633661ae0b440c674478719c745655218a33a659 (diff)
downloadhomebrew-ed7482aa343e5d36557fc77cffee9cfc535f9acd.tar.bz2
macvim: do not use sudo on ln -s
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 6edc9c435..a301a5b2c 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -84,7 +84,7 @@ class Macvim < Formula
To link the application to a normal Mac OS X location:
brew linkapps
or:
- sudo ln -s #{prefix}/MacVim.app /Applications
+ ln -s #{prefix}/MacVim.app /Applications
EOS
end
end