commit:     66c23f17e3a84935036a0acf3a804247887f697a
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Mon Aug 31 14:11:04 2020 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Mon Aug 31 14:11:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66c23f17

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 <AT> protonmail.com>

 www-apps/code-server-bin/code-server-bin-3.4.1.ebuild                   | 2 +-
 .../{code-server-bin-3.4.1-node.patch => code-server-bin-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 939c658..7446e32 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
similarity index 72%
rename from www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch
rename to www-apps/code-server-bin/files/code-server-bin-node.patch
index 8bcfe36..ee4ce6c 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 "${@}"

Reply via email to