Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/
Date: Thu, 18 Aug 2022 18:41:45
Message-Id: 1660848094.37303b6fef6a12e684af718014b175897fab75e9.arthurzam@gentoo
1 commit: 37303b6fef6a12e684af718014b175897fab75e9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 18:41:01 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 18:41:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37303b6f
7
8 app-editors/vscode: fix sed
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-editors/vscode/vscode-1.70.0-r1.ebuild | 2 +-
13 app-editors/vscode/vscode-1.70.1-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/vscode/vscode-1.70.0-r1.ebuild b/app-editors/vscode/vscode-1.70.0-r1.ebuild
17 index 00595b2ae2a7..5e6631dda24c 100644
18 --- a/app-editors/vscode/vscode-1.70.0-r1.ebuild
19 +++ b/app-editors/vscode/vscode-1.70.0-r1.ebuild
20 @@ -97,7 +97,7 @@ src_install() {
21 rm -r ./resources/app/LICENSES.chromium.html ./resources/app/LICENSE.rtf ./resources/app/licenses || die
22
23 # Disable update server
24 - sed -i "/updateUrl/d" ${S}/resources/app/product.json || die
25 + sed -e "/updateUrl/d" -i ./resources/app/product.json || die
26
27 # Install
28 pax-mark m code
29
30 diff --git a/app-editors/vscode/vscode-1.70.1-r1.ebuild b/app-editors/vscode/vscode-1.70.1-r1.ebuild
31 index 00595b2ae2a7..5e6631dda24c 100644
32 --- a/app-editors/vscode/vscode-1.70.1-r1.ebuild
33 +++ b/app-editors/vscode/vscode-1.70.1-r1.ebuild
34 @@ -97,7 +97,7 @@ src_install() {
35 rm -r ./resources/app/LICENSES.chromium.html ./resources/app/LICENSE.rtf ./resources/app/licenses || die
36
37 # Disable update server
38 - sed -i "/updateUrl/d" ${S}/resources/app/product.json || die
39 + sed -e "/updateUrl/d" -i ./resources/app/product.json || die
40
41 # Install
42 pax-mark m code