diff --git a/Library/brew.rb b/Library/brew.rb index d095744f6e..8b8376422e 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