dev-lang/faust: src_install only compiler binary

This commit is contained in:
Nedko Arnaudov 2022-09-06 17:25:31 +03:00
parent c82b0ee22d
commit b972471095
Signed by: nedko
GPG Key ID: 7862B9E45D1B58ED
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@ src_compile() {
}
src_install() {
# emake DESTDIR="${D}" install
emake VERBOSE=1 -C "${P}-build" DESTDIR="${D}" install
dobin build/bin/faust
dodoc README.md
# install faust_tutorial.pdf ${D}/usr/share/doc/${P}
}