Skip to content
Snippets Groups Projects
Commit feddacf8 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

formula_installer: set specified_path on pour.

This means that a `brew install $ALIAS` records the path accordingly
so  e.g. `Formula#full_installed_specified_name` returns the correct
path.
parent 12960740
No related branches found
No related tags found
No related merge requests found
......@@ -808,6 +808,7 @@ class FormulaInstaller
tab.poured_from_bottle = true
tab.time = Time.now.to_i
tab.head = HOMEBREW_REPOSITORY.git_head
tab.source["path"] = formula.specified_path.to_s
tab.write
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment