diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-23 12:30:15 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-23 12:30:15 +0100 |
commit | d75e4c56a1cea76fa3273a01ab32fec3cb4a6dcb (patch) | |
tree | 8b0f4b9cb70afc85490c2bc28be86ab1aa762b88 /net-im | |
parent | net-im/zoom: Remove old (diff) | |
download | gentoo-d75e4c56a1cea76fa3273a01ab32fec3cb4a6dcb.tar.gz gentoo-d75e4c56a1cea76fa3273a01ab32fec3cb4a6dcb.tar.bz2 gentoo-d75e4c56a1cea76fa3273a01ab32fec3cb4a6dcb.zip |
net-im/zoom: Fix extraction of icon
Bug: https://bugs.gentoo.org/835822
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/zoom/zoom-5.10.0.2450-r1.ebuild (renamed from net-im/zoom/zoom-5.10.0.2450.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/zoom/zoom-5.10.0.2450.ebuild b/net-im/zoom/zoom-5.10.0.2450-r1.ebuild index a97c785fc5b2..67370163a7c4 100644 --- a/net-im/zoom/zoom-5.10.0.2450.ebuild +++ b/net-im/zoom/zoom-5.10.0.2450-r1.ebuild @@ -68,7 +68,7 @@ src_prepare() { default # The tarball doesn't contain an icon, so extract it from the binary - bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \ + bbe -s -b '/<svg width="32" height="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \ >videoconference-zoom.svg && [[ -s videoconference-zoom.svg ]] \ || die "Extraction of icon failed" |