aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-11-08 21:59:53 +0000
committerMax Howell2009-11-08 22:00:03 +0000
commit20b7fa6ef80f4e904b6a3ac0d82d1e6c8ae3cbd4 (patch)
tree4a81811cf2650202c9ae4b3cc9b2aee38349cc1e /Library
parentbc364655fc7340e42f1ecfeba66d0d51f8e67f4f (diff)
downloadbrew-20b7fa6ef80f4e904b6a3ac0d82d1e6c8ae3cbd4.tar.bz2
Don't watch for spill for Quicktime stuff
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/beer_events.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/beer_events.rb b/Library/Homebrew/beer_events.rb
index 4d283b68c..61c41cc3e 100644
--- a/Library/Homebrew/beer_events.rb
+++ b/Library/Homebrew/beer_events.rb
@@ -173,6 +173,7 @@ begin
# irrelevent files that change a lot
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.QuickTimeComponents" }
unless spill.empty?
opoo "Detected installation of files outside the Homebrew prefix:"
puts *spill