Don't watch for spill for Quicktime stuff
This commit is contained in:
parent
bc364655fc
commit
20b7fa6ef8
@ -173,6 +173,7 @@ begin
|
|||||||
# irrelevent files that change a lot
|
# irrelevent files that change a lot
|
||||||
spill.reject! { |path| path == "/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist-lock" }
|
spill.reject! { |path| path == "/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist-lock" }
|
||||||
spill.reject! { |path| path == "/System/Library/Caches/com.apple.Components2.SystemCache.Components" }
|
spill.reject! { |path| path == "/System/Library/Caches/com.apple.Components2.SystemCache.Components" }
|
||||||
|
spill.reject! { |path| path == "/System/Library/Caches/com.apple.Components2.SystemCache.QuickTimeComponents" }
|
||||||
unless spill.empty?
|
unless spill.empty?
|
||||||
opoo "Detected installation of files outside the Homebrew prefix:"
|
opoo "Detected installation of files outside the Homebrew prefix:"
|
||||||
puts *spill
|
puts *spill
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user