diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-05-09 15:57:18 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-05-09 16:21:44 +0200 |
commit | 9125c3615f753daf4cef8c8e50e0daabfeca7ae0 (patch) | |
tree | 49b8f15f0aeabdd82411625d0602ac9f3f64c32b /lang/node/patches/003-path.patch | |
parent | 500c519319d8d9a347b2cc4f2addb1140d42ab71 (diff) |
node: update to v4.4.4
While we're at it, also enable parallel builds.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'lang/node/patches/003-path.patch')
-rw-r--r-- | lang/node/patches/003-path.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 723fe9da7..01a71c6a3 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,7 +1,7 @@ --- a/lib/module.js +++ b/lib/module.js -@@ -512,7 +512,8 @@ - var homeDir = process.env.HOME; +@@ -453,7 +453,8 @@ Module._initPaths = function() { + homeDir = process.env.HOME; } - var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')]; |