aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/brew.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index d095744f6..8b8376422 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -43,9 +43,9 @@ case HOMEBREW_PREFIX.to_s when '/', '/usr'
# it may work, but I only see pain this route and don't want to support it
abort "Cowardly refusing to continue at this prefix: #{HOMEBREW_PREFIX}"
end
-if OS.mac? and MacOS.version < "10.5"
+if OS.mac? and MacOS.version < "10.6"
abort <<-EOABORT.undent
- Homebrew requires Leopard or higher. For Tiger support, see:
+ Homebrew requires Snow Leopard or higher. For Tiger and Leopard support, see:
https://github.com/mistydemeo/tigerbrew
EOABORT
end