aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-22 09:41:07 -0700
committerAdam Vandenberg2010-08-07 21:10:41 -0700
commit612af6b4fe763346614316f8d7e3b5b1bc69cfda (patch)
treee3914e21a3ac8e680cc9bbcc940c99987842b75c /Library
parent6b32dfe8ded936827f989dd736bbfa9a12267ef2 (diff)
downloadbrew-612af6b4fe763346614316f8d7e3b5b1bc69cfda.tar.bz2
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.
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