commit:     189ab328b042543c26d71ce5494d3819d6d8de8d
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 01:14:47 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 11:29:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189ab328

gap-pkg.eclass: add missing die

Suggested-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 eclass/gap-pkg.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass
index f575b2e06e22..fb935c6f1044 100644
--- a/eclass/gap-pkg.eclass
+++ b/eclass/gap-pkg.eclass
@@ -393,7 +393,7 @@ gap-pkg_src_install() {
                # usual "find" command doesn't work here because occasionally we
                # find *.la files in GAP packages that are not libtool archives
                # and should not be deleted.
-               find "${ED%/}$(gap-pkg_dir)/bin" -type f -name '*.la' -delete
+               find "${ED%/}$(gap-pkg_dir)/bin" -type f -name '*.la' -delete 
|| die
        fi
 }
 

Reply via email to