Merge pull request #1847 from MikeMcQuaid/pour_specified_path

formula_installer: set specified_path on pour.
This commit is contained in:
Mike McQuaid 2017-01-15 20:40:59 +00:00 committed by GitHub
commit 7f437b8360

View File

@ -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