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