From 20ac91411256c9db5f4b3a7e6360ecc9c31b7f90 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Thu, 6 Jun 2013 16:50:19 +0200 Subject: [PATCH] keg.rb: minor comment fix --- Library/Homebrew/keg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index e1df0adb5b..7b4ad84fd0 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?