aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-09-21 15:15:50 +0100
committerMike McQuaid2013-09-21 15:18:48 +0100
commit5d3d385a656d55166775b1ec66e68ec72b2a46dd (patch)
tree7ec715cbeee0480c343fdb61f9fb2bed69fe258a
parent65fc34cd0380322291c84d06a126a0b75fa63496 (diff)
downloadbrew-5d3d385a656d55166775b1ec66e68ec72b2a46dd.tar.bz2
bottle: improve outputted messages.
-rw-r--r--Library/Homebrew/cmd/bottle.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index f758cc143..ac1fecd3c 100644
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -65,13 +65,14 @@ module Homebrew extend self
tmp_cellar = '/tmp/Cellar'
HOMEBREW_CELLAR.cd do
- ohai "Bottling #{f.name} #{f.version}..."
+ ohai "Bottling #{filename}..."
# Use gzip, faster to compress than bzip2, faster to uncompress than bzip2
# or an uncompressed tarball (and more bandwidth friendly).
safe_system 'tar', 'czf', bottle_path, "#{f.name}/#{f.version}"
sha1 = bottle_path.sha1
relocatable = false
+ ohai "Detecting if #{filename} is relocatable..."
keg = Keg.new f.prefix
keg.lock do
# Relocate bottle library references before testing for built-in