>>>>> On Thu, 19 Feb 2009, Tiziano Müller wrote:

> Instead of breaking things you could have tried to come up with a
> real solution.

This could be said about the council's decision as well.

> [1]
> src_install() {
>   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}"
>   prepalldocs
> }
> (or similar)
> will change to:
> src_install() {
>   emake DESTDIR="${D}" docdir="${T}/doc"
>   dodoc "${T}/doc"
> }

This will not work. dodoc operates only on files, not on directories.

Besides, what do we win by this unnecessary copying?

Ulrich

Reply via email to