aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-01-15 20:40:59 +0000
committerGitHub2017-01-15 20:40:59 +0000
commit7f437b8360778fe7c4744be060f1123e849a25f6 (patch)
tree2724ab5f6494118367cb6bc1ac14a2201eb42bf1
parent1296074099c7e3f8a2c3b64c5badc7af106292bb (diff)
parentfeddacf829fe59ac8cf1f739db903423cf9111b0 (diff)
downloadbrew-7f437b8360778fe7c4744be060f1123e849a25f6.tar.bz2
Merge pull request #1847 from MikeMcQuaid/pour_specified_path
formula_installer: set specified_path on pour.
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 24c068460..115d38c45 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -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