From 237b70168e7c8f03e4368d3f0f0b608995ff9cae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 11 Sep 2016 17:33:39 +0100 Subject: bottle: set bottle block tap. Avoids issues when using `—keep-old` --- Library/Homebrew/dev-cmd/bottle.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3