Allow forcing bottle installation.

This commit is contained in:
Mike McQuaid 2012-04-17 12:44:35 +10:00
parent f833041765
commit d502742e6d

View File

@ -14,6 +14,7 @@ def bottles_supported?
end
def install_bottle? f
return true if ARGV.include? '--install-bottle'
!ARGV.build_from_source? && bottle_current?(f)
end