Handle mkpath of node_modules directory in keg
This commit is contained in:
parent
7aa86d3313
commit
36f5452ae3
@ -141,7 +141,7 @@ class Keg < Pathname
|
|||||||
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
|
||||||
when 'node' then :mkpath
|
when /^node/ then :mkpath
|
||||||
when /^ocaml/ then :mkpath
|
when /^ocaml/ then :mkpath
|
||||||
when /^perl5/ then :mkpath
|
when /^perl5/ then :mkpath
|
||||||
when 'php' then :mkpath
|
when 'php' then :mkpath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user