diff options
| author | Adam Vandenberg | 2013-11-17 10:34:19 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-17 10:34:19 -0800 |
| commit | 040d655d8d23a6f90003f7c8e15574ab8d2aea1d (patch) | |
| tree | 972bed47fa54d9d8964bf1bced479328c8f10871 /Library | |
| parent | c3b32c018928a4ba38698f2d013e4ea75bbd0acf (diff) | |
| download | brew-040d655d8d23a6f90003f7c8e15574ab8d2aea1d.tar.bz2 | |
add lib/dtrace to non-owned directories
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 4a3fd2ddd..5fbfa9f69 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -139,6 +139,7 @@ class Keg < Pathname # pkg-config database gets explicitly created when 'pkgconfig' then :mkpath # lib/language folders also get explicitly created + when 'dtrace' then :mkpath when /^gdk-pixbuf/ then :mkpath when 'ghc' then :mkpath when 'lua' then :mkpath |
