Only pour bottles when not building from source.

This commit is contained in:
Mike McQuaid 2011-06-21 19:11:13 +01:00
parent b549ca837f
commit 5d7e796617

View File

@ -454,7 +454,7 @@ class Formula
end
def pouring
@bottle or ARGV.build_from_source?
@bottle and not ARGV.build_from_source?
end
protected