Change the generic bottle tag to processor-system

This commit is contained in:
Shaun Jackman 2017-11-22 23:06:26 -08:00
parent 9096c41651
commit 48ed28a154
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Utils
class Bottles class Bottles
class << self class << self
def tag def tag
@bottle_tag ||= "#{ENV["HOMEBREW_SYSTEM"]}_#{ENV["HOMEBREW_PROCESSOR"]}".downcase.to_sym @bottle_tag ||= "#{ENV["HOMEBREW_PROCESSOR"]}_#{ENV["HOMEBREW_SYSTEM"]}".downcase.to_sym
end end
def built_as?(f) def built_as?(f)