diff options
| author | Adam Vandenberg | 2012-03-07 18:44:05 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-09 18:48:23 -0800 |
| commit | aef580261b2452eda2ebad666f27692e94cbf7ef (patch) | |
| tree | 195faf2fac4618fb0b945f780f307ec06d3960e1 /Library/Homebrew/global.rb | |
| parent | 04088ba96dfcc91eb74a3903e9ca1c951fa11511 (diff) | |
| download | brew-aef580261b2452eda2ebad666f27692e94cbf7ef.tar.bz2 | |
Tell the user when build logs are copied
Diffstat (limited to 'Library/Homebrew/global.rb')
| -rw-r--r-- | Library/Homebrew/global.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index b1e722b8b..c53160fe7 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -51,6 +51,9 @@ else HOMEBREW_REPOSITORY+"Cellar" end +HOMEBREW_LOGS = Pathname.new('~/Library/Logs/Homebrew/').expand_path + + MACOS_FULL_VERSION = `/usr/bin/sw_vers -productVersion`.chomp MACOS_VERSION = /(10\.\d+)(\.\d+)?/.match(MACOS_FULL_VERSION).captures.first.to_f |
