From 5d3d385a656d55166775b1ec66e68ec72b2a46dd Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 21 Sep 2013 15:15:50 +0100 Subject: [PATCH] bottle: improve outputted messages. --- Library/Homebrew/cmd/bottle.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index f758cc1433..ac1fecd3c3 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