mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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:
@@ -35,7 +35,7 @@ RDEPEND="
|
||||
S="${WORKDIR}/${MY_PV}-linux-${ARCH}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-${PV}-node.patch"
|
||||
"${FILESDIR}/${PN}-node.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
ROOT="$(root)"
|
||||
-exec "$ROOT/lib/node" "$ROOT" "$@"
|
||||
+exec node "$ROOT" --disable-telemetry "$@"
|
||||
+exec node "${ROOT}" --disable-telemetry "${@}"
|
||||
Reference in New Issue
Block a user