From 4fea76cc0143a8190b47980d2a485466a603c112 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 24 Dec 2020 15:23:40 +0900 Subject: node: update to v14.15.3 Maintainer: me @ianchi Compile tested: head r15324-920b692, aarch64, x86_64 Run tested: (qemu 5.2.0) aarch64, x86_64 Description: Update to v14.15.3 Signed-off-by: Hirokazu MORIKAWA --- lang/node/patches/003-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/003-path.patch') diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 3c19676a8..0c4cfa908 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1179,7 +1179,8 @@ +@@ -1179,7 +1179,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); -- cgit v1.2.3