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

@@ -35,7 +35,7 @@ RDEPEND="
S="${WORKDIR}/${MY_PV}-linux-${ARCH}"
PATCHES=(
"${FILESDIR}/${PN}-${PV}-node.patch"
"${FILESDIR}/${PN}-node.patch"
)
src_prepare() {

View File

@@ -5,4 +5,4 @@
ROOT="$(root)"
-exec "$ROOT/lib/node" "$ROOT" "$@"
+exec node "$ROOT" --disable-telemetry "$@"
+exec node "${ROOT}" --disable-telemetry "${@}"