aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@protonmail.com>2020-08-31 16:11:04 +0200
committerMaciej Barć <xgqt@protonmail.com>2020-08-31 16:11:04 +0200
commit66c23f17e3a84935036a0acf3a804247887f697a (patch)
tree5884f8043368c72d333e86dc1f55481ad9ad0e89 /www-apps
parentdev-libs/octetos-coreutils: updating to v0.7.0 (diff)
downloadguru-66c23f17e3a84935036a0acf3a804247887f697a.tar.gz
guru-66c23f17e3a84935036a0acf3a804247887f697a.tar.bz2
guru-66c23f17e3a84935036a0acf3a804247887f697a.zip
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>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/code-server-bin/code-server-bin-3.4.1.ebuild2
-rw-r--r--www-apps/code-server-bin/files/code-server-bin-node.patch (renamed from www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch)2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild b/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild
index 939c658bc..7446e32f4 100644
--- a/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild
+++ b/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
S="${WORKDIR}/${MY_PV}-linux-${ARCH}"
PATCHES=(
- "${FILESDIR}/${PN}-${PV}-node.patch"
+ "${FILESDIR}/${PN}-node.patch"
)
src_prepare() {
diff --git a/www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch b/www-apps/code-server-bin/files/code-server-bin-node.patch
index 8bcfe362c..ee4ce6cd4 100644
--- a/www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch
+++ b/www-apps/code-server-bin/files/code-server-bin-node.patch
@@ -5,4 +5,4 @@
ROOT="$(root)"
-exec "$ROOT/lib/node" "$ROOT" "$@"
-+exec node "$ROOT" --disable-telemetry "$@"
++exec node "${ROOT}" --disable-telemetry "${@}"