mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
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:
@@ -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 "${@}"
|
||||
Reference in New Issue
Block a user