aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-17 10:34:19 -0800
committerAdam Vandenberg2013-11-17 10:34:19 -0800
commitab7d2eae7c75949a874efb701c7e43e49000f157 (patch)
treedf5707081cc828b93e7ba3ef4301cf2d0992b1de /Library
parent1c0bb0a509be8555314beab98f0902362ad2f16d (diff)
downloadhomebrew-ab7d2eae7c75949a874efb701c7e43e49000f157.tar.bz2
add lib/dtrace to non-owned directories
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb1
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