diff options
author | Cem Keylan <cem@ckyln.com> | 2023-03-15 12:43:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-03-15 12:43:26 +0100 |
commit | 78d9c84fc4d1aa78cd596c7f7ca333d2c458b4a0 (patch) | |
tree | 797814935b06b26ab8affaf82896dda7198bba0e /extra/nodejs/build | |
parent | e6e359b3914e83a19653850d285eb8e6ac2b7c65 (diff) | |
download | repository-78d9c84fc4d1aa78cd596c7f7ca333d2c458b4a0.tar.gz |
nodejs: bump to 19.8.0
Diffstat (limited to 'extra/nodejs/build')
-rwxr-xr-x | extra/nodejs/build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 10458be2..089684a9 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -13,9 +13,3 @@ 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 |