Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The cssed ebuild installs man pages in to /usr/man, because it is missing arguments to configure. The attached cssed-docs.patch just changes the ebuild to use econf instead of calling configure directly. Whilst fixing this I noticed the all the other documentation is missing, the patch also installs it. I've ignore the README file because it is basically installation instructions. The second patch, cssed-install_plugin_headers.patch, enables the installation of the header files so users may build cssed plugins. I've separated the patches to make it easier to ignore the headers, but I think it is the right thing to do(because it saves me having to keep a copy of the headers in plugin's source :). Thanks James
Created an attachment (id=86264) [details] cssed-docs.patch
Created an attachment (id=86265) [details] cssed-install_plugin_headers.patch
fixed