commit:     66afa5b5e599c4a14d62753f8d7efafefbfb4d07
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Mon Dec 29 11:39:35 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 29 11:39:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66afa5b5

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

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>

 www-apps/soupault-bin/soupault-bin-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/soupault-bin/soupault-bin-5.2.0.ebuild 
b/www-apps/soupault-bin/soupault-bin-5.2.0.ebuild
index 6afe3b17e5..0fda254561 100644
--- a/www-apps/soupault-bin/soupault-bin-5.2.0.ebuild
+++ b/www-apps/soupault-bin/soupault-bin-5.2.0.ebuild
@@ -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() {

Reply via email to