aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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 2df1e147e..6e7252afb 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -57,6 +57,7 @@ class Keg <Pathname
# lib/language folders also get explicitly created
when 'ghc' then :mkpath
when 'lua' then :mkpath
+ when 'node' then :mkpath
when 'ocaml' then :mkpath
when /^perl5/ then :mkpath
when 'php' then :mkpath