aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2010-12-01 23:07:26 +0000
committerMike McQuaid2010-12-01 23:08:12 +0000
commitaf1ed499684b5095204adfd68150dfb00ec1e7da (patch)
tree1baa1195770ff7aaff9846c507199c8d7ccbda0c /Library
parent09b2abe05d80a64c854ce8bbae75f54ddf01dd0b (diff)
downloadhomebrew-af1ed499684b5095204adfd68150dfb00ec1e7da.tar.bz2
Add suffix for bottles to avoid cache confusion.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-bottle.rb b/Library/Contributions/examples/brew-bottle.rb
index 4534a0872..5877fbf18 100755
--- a/Library/Contributions/examples/brew-bottle.rb
+++ b/Library/Contributions/examples/brew-bottle.rb
@@ -10,7 +10,7 @@ ARGV.each do|formula|
# Get the latest version
version = `brew list --versions #{formula}`.split.last
source = HOMEBREW_CELLAR + formula + version
- filename = formula + '-' + version + '.tar.gz'
+ filename = formula + '-' + version + '-bottle.tar.gz'
ohai "Bottling #{formula} #{version}..."
HOMEBREW_CELLAR.cd do
# Use gzip, faster to compress than bzip2, faster to uncompress than bzip2