Gentoo Archives: gentoo-dev

From: Greg KH <gregkh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] stupid ebuild question
Date: Tue, 21 Apr 2009 18:36:28
Message-Id: 20090421182937.GA15180@kroah.com
In Reply to: Re: [gentoo-dev] stupid ebuild question by Ciaran McCreesh
1 On Tue, Apr 21, 2009 at 06:47:40PM +0100, Ciaran McCreesh wrote:
2 > On Tue, 21 Apr 2009 10:39:38 -0700
3 > Greg KH <gregkh@g.o> wrote:
4 > > cp -R "${S}/*" "${D}lib/firmware/" || die "Install
5 > > failed!" }
6 >
7 > That should be "${S}"/* . If you quote the *, bash won't glob it.
8 >
9 > > `/var/tmp/portage/sys-kernel/linux-firmware-20090421/work/linux-firmware-20090421/*':
10 > > No such file or directory
11 > >
12 > > Yet the files are really in that directory.
13 >
14 > It's looking for a file literally named '*'.
15
16 Doh!
17
18 thanks so much, that did the trick.
19
20 linux-firmware package coming up now...
21
22 thanks,
23
24 greg k-h