commit: 9a0df2990ef7a70dc77c4ab7170f9f1fe646d23f Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Mar 8 09:19:55 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 11:55:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0df299
sci-mathematics/acl2: fix find call Closes: https://bugs.gentoo.org/926430 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> sci-mathematics/acl2/acl2-8.5_p20240307.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/acl2/acl2-8.5_p20240307.ebuild b/sci-mathematics/acl2/acl2-8.5_p20240307.ebuild index 3d2c045b3a81..1e9c0d6d06d5 100644 --- a/sci-mathematics/acl2/acl2-8.5_p20240307.ebuild +++ b/sci-mathematics/acl2/acl2-8.5_p20240307.ebuild @@ -96,10 +96,10 @@ src_install() { HTML_DOCS=( doc/HTML/. ) einstalldocs - fi - # Some binaries in "books". Not needed since the sources are there. - find "${ED}/usr/share/acl2/books" -type f -name "*.elf64" -delete || die + # Some binaries in "books". Not needed since the sources are there. + find "${ED}/usr/share/acl2/books" -type f -name "*.elf64" -delete || die + fi } pkg_postinst() {
