aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-07-31 13:51:05 -0500
committerJack Nagel2013-07-31 13:51:05 -0500
commit36f5452ae362a7ce8b83a9530031f7b9f4dcb8be (patch)
treec3f716b8154341da77418ee21a017019bf67930a /Library
parent7aa86d3313c46dcdced4180eaa0c1d01e5f568ed (diff)
downloadbrew-36f5452ae362a7ce8b83a9530031f7b9f4dcb8be.tar.bz2
Handle mkpath of node_modules directory in keg
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index e7a8a7406..475ecf688 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -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