diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/beer_events.rb | 2 |
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 |
