bottle: set bottle block tap.

Avoids issues when using `—keep-old`
This commit is contained in:
Mike McQuaid 2016-09-11 17:33:39 +01:00
parent a54ee597d0
commit 237b70168e

View File

@ -272,6 +272,7 @@ module Homebrew
root_url ||= ARGV.value("root_url")
bottle = BottleSpecification.new
bottle.tap = f.tap
bottle.root_url(root_url) if root_url
if relocatable
if skip_relocation