aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorShaun Jackman2017-11-22 23:06:26 -0800
committerShaun Jackman2017-11-22 23:06:26 -0800
commit48ed28a1546f060003ddf428be5066e48ff8e55d (patch)
tree291e8a6b2c9f64bf1c114b357a659b1bbd3f9116 /Library/Homebrew
parent9096c416510f5707e039248a680e83e362b90b1b (diff)
downloadbrew-48ed28a1546f060003ddf428be5066e48ff8e55d.tar.bz2
Change the generic bottle tag to processor-system
Diffstat (limited to 'Library/Homebrew')
l---------Library/Homebrew/test/support/fixtures/bottles/testball_bottle-0.1.x86_64_linux.bottle.tar.gz (renamed from Library/Homebrew/test/support/fixtures/bottles/testball_bottle-0.1.linux_x86_64.bottle.tar.gz)0
-rw-r--r--Library/Homebrew/utils/bottles.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/support/fixtures/bottles/testball_bottle-0.1.linux_x86_64.bottle.tar.gz b/Library/Homebrew/test/support/fixtures/bottles/testball_bottle-0.1.x86_64_linux.bottle.tar.gz
index 3e989830b..3e989830b 120000
--- a/Library/Homebrew/test/support/fixtures/bottles/testball_bottle-0.1.linux_x86_64.bottle.tar.gz
+++ b/Library/Homebrew/test/support/fixtures/bottles/testball_bottle-0.1.x86_64_linux.bottle.tar.gz
diff --git a/Library/Homebrew/utils/bottles.rb b/Library/Homebrew/utils/bottles.rb
index 66b5fb640..3a61cf215 100644
--- a/Library/Homebrew/utils/bottles.rb
+++ b/Library/Homebrew/utils/bottles.rb
@@ -5,7 +5,7 @@ module Utils
class Bottles
class << self
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
def built_as?(f)