aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2012-03-07 20:44:19 -0500
committerMike McQuaid2012-03-10 18:09:35 +1300
commit24476086ae82a4f3d783f547aa0a57e82829787d (patch)
treea481cdfc844ac4ecf96e7cf45d40064874de9f4f /Library/Homebrew/cmd
parent5534b0f9e758e33090e68fdc07af9eb4664d6ba7 (diff)
downloadhomebrew-24476086ae82a4f3d783f547aa0a57e82829787d.tar.bz2
Support bottles for non-Lion OSX versions.
Diffstat (limited to 'Library/Homebrew/cmd')
-rwxr-xr-xLibrary/Homebrew/cmd/bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index c07690a67..25160b5c6 100755
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -3,7 +3,7 @@ require 'tab'
module Homebrew extend self
def formula_bottle_name f
- "#{f.name}-#{f.version}-bottle.tar.gz"
+ "#{f.name}-#{f.version}.#{MacOS.cat}.bottle.tar.gz"
end
def bottle_formula f