On Wed, Aug 20, 2008 at 02:57:03AM +0000, Mike Frysinger (vapier) wrote:
> 1.1                  sys-kernel/linux-headers/linux-headers-2.6.26.ebuild
...
> src_install() {
>       kernel-2_src_install
>       cd "${D}"
>       egrep -r \
>               -e '[[:space:]](asm|volatile|inline)[[:space:](]' \
>               -e '\<([us](8|16|32|64))\>' \
>               .
>       headers___fix $(find -type f)
> }
...

Are you missing a pipe after the egrep statement? What's the point of
just spitting to stdout?

-- 
Robin Hugh Johnson
Gentoo Linux Developer & Infra Guy
E-Mail     : [EMAIL PROTECTED]
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

Reply via email to