Ported from experimental linux-header package name fix.

This commit is contained in:
Manuel Canales Esparcia 2006-08-06 10:21:30 +00:00
parent 4cbc48f673
commit 983db9f6aa

View file

@ -254,6 +254,7 @@ get_package_tarball_name() { #
#
case $script_name in
tcl) echo $(grep "^tcl" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;;
linux-headers) echo $(grep "^linux-headers.*.bz2" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;;
*) echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;;
esac