Fix install names for keg-only brews too

Fixes Homebrew/homebrew#6065. Fixes Homebrew/homebrew#6218.
This commit is contained in:
Max Howell 2011-07-04 09:31:29 +01:00
parent 870f36769e
commit 7e1e8efdf4

View File

@ -194,6 +194,7 @@ def install f
ohai e, e.backtrace if ARGV.debug? ohai e, e.backtrace if ARGV.debug?
show_summary_heading = true show_summary_heading = true
end end
end
begin begin
keg.fix_install_names keg.fix_install_names
@ -204,7 +205,6 @@ def install f
ohai e, e.backtrace if ARGV.debug? ohai e, e.backtrace if ARGV.debug?
show_summary_heading = true show_summary_heading = true
end end
end
ohai "Summary" if ARGV.verbose? or show_summary_heading ohai "Summary" if ARGV.verbose? or show_summary_heading
print "#{f.prefix}: #{f.prefix.abv}" print "#{f.prefix}: #{f.prefix.abv}"