commit: 97948029c7d5b9232558b375da14a1a19e2eccd5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 22 20:38:25 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Feb 22 20:38:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97948029
app-editors/vscodium: fix missing LICENSE file This file exists only in amd64 bin tarball. I have so many questions... Closes: https://bugs.gentoo.org/925084 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-editors/vscodium/vscodium-1.85.2.24019.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vscodium/vscodium-1.85.2.24019.ebuild b/app-editors/vscodium/vscodium-1.85.2.24019.ebuild index 39ebbf214064..7763c1eec8e9 100644 --- a/app-editors/vscodium/vscodium-1.85.2.24019.ebuild +++ b/app-editors/vscodium/vscodium-1.85.2.24019.ebuild @@ -83,8 +83,8 @@ RDEPEND=" QA_PREBUILT="*" src_install() { - # Cleanup - rm "${S}/resources/app/LICENSE.txt" || die + # Cleanup license file - it exists only in amd64 tarball + rm -f "${S}/resources/app/LICENSE.txt" || die if ! use kerberos; then rm -r "${S}/resources/app/node_modules.asar.unpacked/kerberos" || die
