www-apps/soupault-bin: add missing || die

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-12-29 12:39:35 +01:00
parent f3813bdafd
commit 66afa5b5e5

View File

@@ -24,7 +24,7 @@ src_unpack() {
# The extracted top-level dir is named the same as the archive itself
# (suffixed with "x86_64"/"aarch64"); dropping it lets us keep the default
# `${S}`.
mv "$(basename "${A}" '.tar.gz')" "${P}"
mv "$(basename "${A}" '.tar.gz')" "${P}" || die
}
src_install() {