Hello, sorry my bad English. After upgrade to 2.1.3 librecad has a directory /html.
use doc && insinto html && dodoc -r librecad/support/doc/*
This commit introduced instinto (sic!): commit 9b1cdc9741e6a0950bd9690aed3a40db19e72f86 Author: Dongxu Li <dongxuli2011@gmail.com> Date: Thu Jan 14 10:04:36 2016 -0500 media-gfx/librecad: cleanup This commmit corrected the typo but then files start getting dumped in /html: commit 6edca6b364c1751cd0834bfaf61e9669a715b1c8 Author: Sergei Trofimovich <slyfox@gentoo.org> Date: Thu Apr 7 21:24:37 2016 +0100 media-gfx/librecad: fix typo: 'instinto' -> 'insinto' Package-Manager: portage-2.2.28 docinto, anyone?
Fixed in 2.1.3-r1.
/html to remove manually?
Thanks for the fix! (In reply to globus from comment #4) > /html to remove manually? emerge should remove the /html directory automatically once you update to 2.1.3-r1 version.
Unfortunately this fix doesn't seem to have propogated into librecad-2.1.3-r2 which still installs an empty /html in the root directory because librecad-2.1.3-r2.ebuild still the line src_install() { ... use doc && insinto html && dodoc -r librecad/support/doc/* ... }
Thanks for the hint. I've fixed this.
Seems that jer already did that few hours ago, thanks.