diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-03-08 10:19:55 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-03-08 12:55:09 +0100 |
commit | 9a0df2990ef7a70dc77c4ab7170f9f1fe646d23f (patch) | |
tree | 3afdb3656230b5a57be55179ab515842033693c7 /sci-mathematics | |
parent | mail-mta/postfix: re-add berkdb as the default db implemenation (diff) | |
download | gentoo-9a0df2990ef7a70dc77c4ab7170f9f1fe646d23f.tar.gz gentoo-9a0df2990ef7a70dc77c4ab7170f9f1fe646d23f.tar.bz2 gentoo-9a0df2990ef7a70dc77c4ab7170f9f1fe646d23f.zip |
sci-mathematics/acl2: fix find call
Closes: https://bugs.gentoo.org/926430
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/acl2/acl2-8.5_p20240307.ebuild | 6 |
1 files 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() { |