dev-lang/faust-2.41.1: Install README.md

This commit is contained in:
Nedko Arnaudov 2022-09-03 19:51:33 +03:00
parent 9a8304cd0b
commit 16efd83b4c
Signed by: nedko
GPG Key ID: 7862B9E45D1B58ED
1 changed files with 1 additions and 1 deletions

View File

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