From 16d973a2c17d9dd4c0c347b074d9245856429333 Mon Sep 17 00:00:00 2001 From: hayzam Date: Sat, 31 Dec 2022 17:41:40 +0530 Subject: [PATCH] lang node: patch files --- lang/node/Makefile | 2 +- lang/node/patches/003-path.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/node/Makefile b/lang/node/Makefile index 52c513ddc..ab83363bf 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -161,4 +161,4 @@ endef $(eval $(call HostBuild)) $(eval $(call BuildPackage,node)) -$(eval $(call BuildPackage,node-npm)) +$(eval $(call BuildPackage,node-npm)) \ No newline at end of file diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 42e07f2cd..f1808e502 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -9,4 +9,4 @@ + path.resolve(prefixDir, 'lib', 'node_modules')]; if (homeDir) { - ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries')); + ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries')); \ No newline at end of file