From 1b9a2d1d1a02759ebfc41fba2cc656dfe1071767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 9 Sep 2018 15:01:26 +0200 Subject: Drop node I am not planning to using it anyway --- node/patches/003-path.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 node/patches/003-path.patch (limited to 'node/patches/003-path.patch') diff --git a/node/patches/003-path.patch b/node/patches/003-path.patch deleted file mode 100644 index 01a71c6..0000000 --- a/node/patches/003-path.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/lib/module.js -+++ b/lib/module.js -@@ -453,7 +453,8 @@ Module._initPaths = function() { - homeDir = process.env.HOME; - } - -- var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')]; -+ var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node'), -+ path.resolve(process.execPath, '..', '..', 'lib', 'node_modules')]; - - if (homeDir) { - paths.unshift(path.resolve(homeDir, '.node_libraries')); -- cgit v1.2.3