Skip to content
Snippets Groups Projects
Commit 7f437b83 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1847 from MikeMcQuaid/pour_specified_path

formula_installer: set specified_path on pour.
parents 12960740 feddacf8
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