mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-misc/via: add missing || die
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
02feb0e1c1
commit
baa8c0cc2f
@ -56,7 +56,7 @@ src_install() {
|
||||
# The AppImage is self-contained and is installed as a binary directly, but
|
||||
# it also contains a `.desktop` file and app icons that we want; we can
|
||||
# extract those from its contents.
|
||||
"${ED}/usr/bin/via" --appimage-extract
|
||||
"${ED}/usr/bin/via" --appimage-extract || die
|
||||
|
||||
local size
|
||||
for size in 16 24 32 48 64 96 128 256 512 1024; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user