From 22cf99094f7944de1c7989235c628c599dc760c7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Feb 2015 12:15:39 -0500 Subject: [PATCH] Set the path on "fake" install receipts --- Library/Homebrew/tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index f1ec7d0db4..530cee4047 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -101,7 +101,7 @@ class Tab < OpenStruct :stdlib => nil, :compiler => "clang", :source => { - :path => nil, + :path => f ? f.path.to_s : nil, }, }