Fix chicken ebuilds

This commit is contained in:
Ceres 2025-10-02 18:23:37 +01:00
parent cda4b5b971
commit 024bd0726e
5 changed files with 6 additions and 6 deletions

View file

@ -14,6 +14,6 @@ DEPEND="dev-scheme/chicken"
RDEPEND="${DEPEND}"
BDEPEND="dev-vcs/git"
src_compile() {
src_install() {
DESTDIR=${D} chicken-install -l "${WORKDIR}/${P}" -no-install-dependencies
}