aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-06-06 16:50:19 +0200
committerSamuel John2013-06-07 17:58:55 +0200
commitd243177286a6c029a7c99eef5cf703e0697d6d1c (patch)
tree493a2dfdd6eb07e0e71a96f8f7a691d9db9b49f7 /Library
parent05b3fbc8100fe79905fb1f34dfa975dfe65599f5 (diff)
downloadhomebrew-d243177286a6c029a7c99eef5cf703e0697d6d1c.tar.bz2
keg.rb: minor comment fix
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index e1df0adb5..7b4ad84fd 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -206,7 +206,7 @@ class Keg < Pathname
end
end
- # symlinks the contents of self+foo recursively into /usr/local/foo
+ # symlinks the contents of self+foo recursively into #{HOMEBREW_PREFIX}/foo
def link_dir foo, mode=OpenStruct.new
root = self+foo
return unless root.exist?