From 237b70168e7c8f03e4368d3f0f0b608995ff9cae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 11 Sep 2016 17:33:39 +0100 Subject: [PATCH] bottle: set bottle block tap. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids issues when using `—keep-old` --- Library/Homebrew/dev-cmd/bottle.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 326f937dff..3a8ebefe99 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