Set the path on "fake" install receipts

This commit is contained in:
Jack Nagel 2015-02-21 12:15:39 -05:00
parent 202dac2555
commit 22cf99094f

View File

@ -101,7 +101,7 @@ class Tab < OpenStruct
:stdlib => nil, :stdlib => nil,
:compiler => "clang", :compiler => "clang",
:source => { :source => {
:path => nil, :path => f ? f.path.to_s : nil,
}, },
} }