Inline versions of upgraded formulae
This commit is contained in:
parent
cf02ac9d46
commit
da5d804bd9
@ -185,7 +185,11 @@ module Homebrew
|
||||
end
|
||||
fi.prelude
|
||||
|
||||
oh1 "Upgrading #{Formatter.identifier(f.full_specified_name)} #{fi.options.to_a.join " "}"
|
||||
if f.optlinked?
|
||||
oh1 "Upgrading #{Formatter.identifier(f.full_specified_name)} #{Keg.new(f.opt_prefix).version} -> #{f.pkg_version} #{fi.options.to_a.join " "}"
|
||||
else
|
||||
oh1 "Upgrading #{Formatter.identifier(f.full_specified_name)} -> #{f.pkg_version} #{fi.options.to_a.join " "}"
|
||||
end
|
||||
|
||||
# first we unlink the currently active keg for this formula otherwise it is
|
||||
# possible for the existing build to interfere with the build we are about to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user