From 8c4770ab4986b3c36aeeebdcb11ecd588468975a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 25 Jun 2022 12:37:31 +0200 Subject: nodejs: bump to 18.4.0 --- extra/nodejs/build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra/nodejs/build') diff --git a/extra/nodejs/build b/extra/nodejs/build index 089684a9..10458be2 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -13,3 +13,9 @@ clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja ninja -C out/Release tools/install.py install "$1" /usr + +# Change name of file that has a name longer than the value allowed by the ustar +# format. +cd "$1/usr/lib/node_modules/corepack/dist" +mv vendors-_yarn*.js vendors-_yarn_berry_cache.js +clsed '/yarn_berry/s/vendors-[^"]*/vendors-_yarn_berry_cache/' corepack.js -- cgit v1.2.3