diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-22 22:38:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-22 22:38:25 +0200 |
commit | 97948029c7d5b9232558b375da14a1a19e2eccd5 (patch) | |
tree | 3f2a6af8c2f4553a634a078ad97415ed5bed8d6b /app-editors | |
parent | app-editors/ne: add 3.3.3 (diff) | |
download | gentoo-97948029c7d5b9232558b375da14a1a19e2eccd5.tar.gz gentoo-97948029c7d5b9232558b375da14a1a19e2eccd5.tar.bz2 gentoo-97948029c7d5b9232558b375da14a1a19e2eccd5.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vscodium/vscodium-1.85.2.24019.ebuild | 4 |
1 files 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 |