Skip to content

Commit

Permalink
dev-lisp/sbcl: with USE=source install contrib sources
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/705854
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrey Grozin <[email protected]>
  • Loading branch information
Andrey Grozin committed Apr 18, 2021
1 parent 7e8b73c commit f3e2ae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-lisp/sbcl/sbcl-2.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3e2ae8

Please sign in to comment.