El Lunes, 25 de Septiembre de 2006 22:45, Matthew Burgess escribió:

> I was going to simply call it "Linux Headers" and have it being written
> out to "linux_headers.html".  Does that help you at all?

Yes. With that we can know that the needed change is to replace in 
get_package_tarball_name() function the line

linux-headers) echo $(grep "^linux-headers.*.bz2" $JHALFSDIR/pkg_tarball_list 
| head -n1 ) ;;

by

linux_headers) echo $(grep "^linux-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | 
head -n1 ) ;;

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to