summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2021-04-18 20:44:12 +0700
committerAndrey Grozin <grozin@gentoo.org>2021-04-18 20:44:12 +0700
commitf3e2ae88a013a6025639b372f3407cdba8b8cc11 (patch)
tree054624166cdf75463766ada5f8eb15c6bc01e80b /dev-lisp
parentmedia-sound/din: bump to 50.2 (diff)
downloadgentoo-f3e2ae88a013a6025639b372f3407cdba8b8cc11.tar.gz
gentoo-f3e2ae88a013a6025639b372f3407cdba8b8cc11.tar.bz2
gentoo-f3e2ae88a013a6025639b372f3407cdba8b8cc11.zip
dev-lisp/sbcl: with USE=source install contrib sources
Closes: https://bugs.gentoo.org/705854 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/sbcl-2.1.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/sbcl-2.1.3.ebuild b/dev-lisp/sbcl/sbcl-2.1.3.ebuild
index 7c705e7b4b93..7e4ebc2afb36 100644
--- a/dev-lisp/sbcl/sbcl-2.1.3.ebuild
+++ b/dev-lisp/sbcl/sbcl-2.1.3.ebuild
@@ -236,6 +236,9 @@ src_install() {
if use source; then
./clean.sh
cp -av src "${ED}/usr/$(get_libdir)/sbcl/" || die
+ for d in contrib/*/; do
+ cp -av "$d" "${ED}/usr/$(get_libdir)/sbcl/" || die
+ done
fi
# necessary for running newly-saved images