mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-scheme/chez: Change binary names
Previously installed as /usr/bin/scheme which clashes with other scheme implementations. Installing as chezscheme allows managing /usr/bin/scheme with eselect-scheme. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk>
This commit is contained in:
@@ -18,6 +18,9 @@ S="${WORKDIR}"/csv${PV}
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myconfargs=(
|
local myconfargs=(
|
||||||
|
--installschemename=chezscheme
|
||||||
|
--installpetitename=chezscheme-petite
|
||||||
|
--installscriptname=chezscheme-script
|
||||||
--installprefix="${EPREFIX}"/usr
|
--installprefix="${EPREFIX}"/usr
|
||||||
--nogzip-man-pages
|
--nogzip-man-pages
|
||||||
--disable-curses # TODO: ncurses USE flag.
|
--disable-curses # TODO: ncurses USE flag.
|
||||||
|
|||||||
Reference in New Issue
Block a user