UPDATE: lang/node 20.13.1 > 20.17.0

This commit is contained in:
purplerain 2024-09-19 07:08:57 +00:00
parent 84dc6ae727
commit 79a82efd93
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
15 changed files with 191 additions and 274 deletions

View file

@ -1,10 +1,11 @@
Index: configure
--- configure.orig
+++ configure
@@ -4,13 +4,6 @@
@@ -4,14 +4,6 @@
# Note that the mix of single and double quotes is intentional,
# as is the fact that the ] goes on a new line.
_=[ 'exec' '/bin/sh' '-c' '''
-command -v python3.13 >/dev/null && exec python3.13 "$0" "$@"
-command -v python3.12 >/dev/null && exec python3.12 "$0" "$@"
-command -v python3.11 >/dev/null && exec python3.11 "$0" "$@"
-command -v python3.10 >/dev/null && exec python3.10 "$0" "$@"