Dawid Węgliński kirjoitti:
Sunday, 16 of March 2008 23:58:45 Mart Raudsepp wrote:
On P, 2008-03-16 at 23:29 +0100, Jeroen Roovers wrote:
On Sun, 16 Mar 2008 21:51:12 +0100

Dawid Węgliński <[EMAIL PROTECTED]> wrote:
Not if COPYING file is inside $DOCS and is installed in the loop.
Doing something like this would work as well (and go equally unnoticed):

local DOCS="foo bar COPYING baz"
dodoc ${DOCS}
Well, this DOCS deal is coming through gnome2.eclass, and that's how all
of the packages using that eclass are supposed to install DOCS.
I suppose we could also add a QA warning into the eclass for COPYING?

Something like:

    if [[ "${DOCS/COPYING/}" != "${DOCS}" ]]; then
        ewarn "QA: Don't install COPYING file."
    fi

should be enough. ;)


${DOCS} = *COPYING*

Regards,
Petteri

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to