On Sat, 04 Mar 2006 12:18:22 -0600, MIkey <[EMAIL PROTECTED]> wrote: > Can it exclude things from being included in binary packages?
AFAIK, no. But what you could use (with portage-2.1) is a hook
function in /etc/portage/bashrc:
post_src_install() { rm -rf ${D}usr/share/doc ; }
This way, files will be deleted for real, before getting merged or
added to your binary package.
--
TGL.
--
[email protected] mailing list
