mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
parent
b1d78cf642
commit
f643b84dc4
@ -383,13 +383,13 @@ end
|
||||
def check_access_logs
|
||||
if HOMEBREW_LOGS.exist? and not HOMEBREW_LOGS.writable_real?
|
||||
<<-EOS.undent
|
||||
#{folder} isn't writable.
|
||||
#{HOMEBREW_LOGS} isn't writable.
|
||||
This can happen if you "sudo make install" software that isn't managed
|
||||
by Homebrew.
|
||||
|
||||
Homebrew writes debugging logs to this location.
|
||||
|
||||
You should probably `chown` #{folder}
|
||||
You should probably `chown` #{HOMEBREW_LOGS}
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user