Only pour bottles when not building from source.
This commit is contained in:
parent
b549ca837f
commit
5d7e796617
@ -454,7 +454,7 @@ class Formula
|
||||
end
|
||||
|
||||
def pouring
|
||||
@bottle or ARGV.build_from_source?
|
||||
@bottle and not ARGV.build_from_source?
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user