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
commit20ac91411256c9db5f4b3a7e6360ecc9c31b7f90 (patch)
tree6ab45d57aa8082a0ae1630b4bdcd91862d3c3626 /Library
parent031a0ae54e35a98a0b3e42728a7904b083b27a4e (diff)
downloadbrew-20ac91411256c9db5f4b3a7e6360ecc9c31b7f90.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?