Bottles currently require 64-bit hardware on 10.6.

This commit is contained in:
Mike McQuaid 2012-03-23 09:24:56 +13:00
parent 49b16f3462
commit b059ffb952

View File

@ -6,7 +6,7 @@ def bottle_filename f
end
def bottles_supported?
HOMEBREW_PREFIX.to_s == '/usr/local' and HOMEBREW_CELLAR.to_s == '/usr/local/Cellar'
HOMEBREW_PREFIX.to_s == '/usr/local' and HOMEBREW_CELLAR.to_s == '/usr/local/Cellar' and Hardware.is_64_bit? || !MacOS.snow_leopard?
end
def install_bottle? f