add lib/dtrace to non-owned directories

This commit is contained in:
Adam Vandenberg 2013-11-17 10:34:19 -08:00
parent c3b32c0189
commit 040d655d8d

View File

@ -139,6 +139,7 @@ class Keg < Pathname
# pkg-config database gets explicitly created # pkg-config database gets explicitly created
when 'pkgconfig' then :mkpath when 'pkgconfig' then :mkpath
# lib/language folders also get explicitly created # lib/language folders also get explicitly created
when 'dtrace' then :mkpath
when /^gdk-pixbuf/ then :mkpath when /^gdk-pixbuf/ then :mkpath
when 'ghc' then :mkpath when 'ghc' then :mkpath
when 'lua' then :mkpath when 'lua' then :mkpath