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:47:49
Message-Id: 20090421184740.14c174ac@snowcone
In Reply to: [gentoo-dev] stupid ebuild question by Greg KH
1 On Tue, 21 Apr 2009 10:39:38 -0700
2 Greg KH <gregkh@g.o> wrote:
3 > cp -R "${S}/*" "${D}lib/firmware/" || die "Install
4 > failed!" }
5
6 That should be "${S}"/* . If you quote the *, bash won't glob it.
7
8 > `/var/tmp/portage/sys-kernel/linux-firmware-20090421/work/linux-firmware-20090421/*':
9 > No such file or directory
10 >
11 > Yet the files are really in that directory.
12
13 It's looking for a file literally named '*'.
14
15 --
16 Ciaran McCreesh

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] stupid ebuild question Greg KH <gregkh@g.o>