diff options
| author | Andrew Janke | 2016-08-19 12:27:37 -0400 |
|---|---|---|
| committer | GitHub | 2016-08-19 12:27:37 -0400 |
| commit | 5d603c3e8f658d67bce9975de93ee5101d94d8f3 (patch) | |
| tree | d027f7f4d23eb1b7da2a83c4a0438463bdcc0c0a /Library/Homebrew/cmd/postinstall.rb | |
| parent | 893c80d3ba4aaacba640a7b3a8234e755721ad3f (diff) | |
| parent | 954445634cdd6138c589ce9f91a9398d93c8bba8 (diff) | |
| download | brew-5d603c3e8f658d67bce9975de93ee5101d94d8f3.tar.bz2 | |
separate build and test logs
Diffstat (limited to 'Library/Homebrew/cmd/postinstall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/postinstall.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb index 798907339..325916d86 100644 --- a/Library/Homebrew/cmd/postinstall.rb +++ b/Library/Homebrew/cmd/postinstall.rb @@ -27,7 +27,7 @@ module Homebrew if Sandbox.formula?(formula) sandbox = Sandbox.new formula.logs.mkpath - sandbox.record_log(formula.logs/"sandbox.postinstall.log") + sandbox.record_log(formula.logs/"postinstall.sandbox.log") sandbox.allow_write_temp_and_cache sandbox.allow_write_log(formula) sandbox.allow_write_cellar(formula) |
