www-apps/code-server-bin: rename the patch file

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2020-08-31 16:11:04 +02:00
parent cddb41a463
commit 66c23f17e3
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
--- a/bin/code-server
+++ b/bin/code-server
@@ -33,4 +33,4 @@ root() {
}
ROOT="$(root)"
-exec "$ROOT/lib/node" "$ROOT" "$@"
+exec node "${ROOT}" --disable-telemetry "${@}"