aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-11-06 17:04:40 +0000
committerMax Howell2009-11-07 18:22:36 +0000
commit0ec10c68ca93c86c61463349e455cd4179b64e16 (patch)
treedcd4c3fb87a002aeb24ecc0632aad5f022208b50 /Library
parent455271ed12fa8f5ea3d4bb567995b52c9ab87565 (diff)
downloadbrew-0ec10c68ca93c86c61463349e455cd4179b64e16.tar.bz2
Include /Library in watch_out_for_spill
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/beer_events.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/beer_events.rb b/Library/Homebrew/beer_events.rb
index 1dceb8776..658d803c2 100644
--- a/Library/Homebrew/beer_events.rb
+++ b/Library/Homebrew/beer_events.rb
@@ -156,7 +156,7 @@ begin
end
# The complete BeerEvents API :)
- HOMEBREW_KEEP_DRY = %w{ /System /usr /etc /sbin /bin /Applications }
+ HOMEBREW_KEEP_DRY = %w{ /System /usr /etc /sbin /bin /Applications /Library }
def watch_out_for_spill
# Disable the RubyCocoa thread hook as apparently Laurent did not apply the