Make "lib/node" a real folder.

Treat the "lib/node" folder like Python, Perl, etc.
Create it as a real folder in HOMEBREW_PREFIX, so that
package managers (npm) have a stable place to drop libs.
This commit is contained in:
Adam Vandenberg 2010-07-22 09:41:07 -07:00
parent 6b32dfe8de
commit 612af6b4fe

View File

@ -57,6 +57,7 @@ class Keg <Pathname
# lib/language folders also get explicitly created # lib/language folders also get explicitly created
when 'ghc' then :mkpath when 'ghc' then :mkpath
when 'lua' then :mkpath when 'lua' 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