Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/
Date: Sun, 20 Feb 2022 01:07:35
Message-Id: 1645319140.938f7e1708fb7f1c62c8a1c7b778cff53d38cf97.sam@gentoo
1 commit: 938f7e1708fb7f1c62c8a1c7b778cff53d38cf97
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 01:05:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 01:05:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938f7e17
7
8 app-admin/bitwarden-desktop-bin: fix install (icons)
9
10 Closes: https://bugs.gentoo.org/833381
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
17 index 9aa877ef47fc..f20778c037c9 100644
18 --- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
19 +++ b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.30.0.ebuild
20 @@ -72,7 +72,7 @@ src_install() {
21
22 local x
23 for x in 16 32 48 64 256 512; do
24 - doicon -s ${x} data/icons/hicolor/${x}*/*
25 + doicon -s ${x} usr/share/icons/hicolor/${x}*/*
26 done
27 }