aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-09-11 17:33:39 +0100
committerMike McQuaid2016-09-11 17:33:39 +0100
commit237b70168e7c8f03e4368d3f0f0b608995ff9cae (patch)
treeb7671925025533ed09a71ff494a7bb6f9b3ebeb5
parenta54ee597d0c38f5d2c60e87372b1c26a9a2a877b (diff)
downloadbrew-237b70168e7c8f03e4368d3f0f0b608995ff9cae.tar.bz2
bottle: set bottle block tap.
Avoids issues when using `—keep-old`
-rw-r--r--Library/Homebrew/dev-cmd/bottle.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb
index 326f937df..3a8ebefe9 100644
--- a/Library/Homebrew/dev-cmd/bottle.rb
+++ b/Library/Homebrew/dev-cmd/bottle.rb
@@ -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