From 621c44dbd2e9e1887e2f3feff7868e9501c6ba0a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 1 Jul 2013 19:01:57 +0100 Subject: CLT is just CLT now; not "for Xcode". References Homebrew/homebrew#17383. --- Library/Homebrew/os/mac/xcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/os/mac/xcode.rb') diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 202567eb4..334f08f70 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -159,7 +159,7 @@ module MacOS::CLT extend self # This is true if the standard UNIX tools are present in the expected location. For # Mavericks and above this is /Library/Developer/CommandLineTools otherwise it is /usr. # For Xcode < 4.3, this is the standard location. Otherwise, it means that the user has - # installed the "Command Line Tools for Xcode" package. + # installed the "Command Line Tools" package. def installed? (MacOS.dev_tools_path == Pathname.new("#{MacOS::CLT::STANDALONE_PKG_PATH}/usr/bin") \ and File.directory? "#{MacOS::CLT::STANDALONE_PKG_PATH}/usr/include") or -- cgit v1.2.3