On Tue, 21 Apr 2009 10:39:38 -0700
Greg KH <[email protected]> wrote:
>               cp -R "${S}/*" "${D}lib/firmware/" || die "Install
> failed!" }

That should be "${S}"/* . If you quote the *, bash won't glob it.

> `/var/tmp/portage/sys-kernel/linux-firmware-20090421/work/linux-firmware-20090421/*':
> No such file or directory
> 
> Yet the files are really in that directory.

It's looking for a file literally named '*'.

-- 
Ciaran McCreesh

Attachment: signature.asc
Description: PGP signature

Reply via email to