Skip to content

Commit

Permalink
dev-scheme/slib: make gambc dir
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/873145
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Sep 27, 2022
1 parent eb987fe commit 1e8adaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-scheme/slib/slib-3.2.5-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ src_install() {
fi
done

# gambit
use gambit && dodir /usr/share/gambc

# backwards compatibility
dodir /usr/lib/
dosym -r /usr/share/${PN}/ /usr/lib/${PN}
Expand Down Expand Up @@ -103,6 +100,7 @@ pkg_postinst() {
# fi

if use gambit ; then
mkdir -p "${ROOT}"/usr/share/gambc || die
gsi -e "$(_new_catalog gambit)" || die
fi

Expand Down

0 comments on commit 1e8adaa

Please sign in to comment.