dev-php/fpdf: fix docs installation

Closes: https://bugs.gentoo.org/937711
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-12-26 22:17:49 +09:00
parent d7b723ecc5
commit c25f0143de
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61

View File

@ -28,6 +28,6 @@ src_install() {
if use doc; then
docinto html
dodoc -r changelog.htm fpdf.css FAQ.htm html/ tutorial/
dodoc -r changelog.htm fpdf.css FAQ.htm doc/ tutorial/
fi
}