r2898 - jhalfs/trunk/common
manuel at linuxfromscratch.org
manuel at linuxfromscratch.org
Sun Aug 6 04:21:32 MDT 2006
Author: manuel
Date: 2006-08-06 04:21:30 -0600 (Sun, 06 Aug 2006)
New Revision: 2898
Modified:
jhalfs/trunk/common/common-functions
Log:
Ported from experimental linux-header package name fix.
Modified: jhalfs/trunk/common/common-functions
===================================================================
--- jhalfs/trunk/common/common-functions 2006-08-06 10:17:24 UTC (rev 2897)
+++ jhalfs/trunk/common/common-functions 2006-08-06 10:21:30 UTC (rev 2898)
@@ -254,6 +254,7 @@
#
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
More information about the alfs-log
mailing list