Handle mkpath of node_modules directory in keg

This commit is contained in:
Jack Nagel 2013-07-31 13:51:05 -05:00
parent 7aa86d3313
commit 36f5452ae3

View File

@ -141,7 +141,7 @@ class Keg < Pathname
when /^gdk-pixbuf/ then :mkpath
when 'ghc' then :mkpath
when 'lua' then :mkpath
when 'node' then :mkpath
when /^node/ then :mkpath
when /^ocaml/ then :mkpath
when /^perl5/ then :mkpath
when 'php' then :mkpath