Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] stupid ebuild question
Date: Tue, 21 Apr 2009 17:52:04
Message-Id: 20090421185155.1649ba5e@snowcone
In Reply to: Re: [gentoo-dev] stupid ebuild question by Markos Chandras
1 On Tue, 21 Apr 2009 20:48:48 +0100
2 Markos Chandras <hwoarang@g.o> wrote:
3 > insinto /lib/firmware/
4 > doins -r "${S}"/* || die "doins failed"
5
6 Careful with that. For current EAPIs, doins -r's behaviour is only
7 defined if it encounters regular files or directories. If there're any
8 symlinks under there, behaviour is undefined.
9
10 --
11 Ciaran McCreesh

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] stupid ebuild question Markos Chandras <hwoarang@g.o>