Changeset e66ee70


Ignore:
Timestamp:
11/10/2006 02:33:23 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ee21f67
Parents:
f222bb8
Message:

Small change required by customization support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rf222bb8 re66ee70  
    3939get_package_tarball_name() {       #
    4040#----------------------------------#
    41   local script_name=$1
     41  local script_name=`echo ${1} | sed -e 's@[0-9]\{1\}-@@'`
    4242
    4343   # The use of 'head' is necessary to limit the return value to the FIRST match..
     
    4949     linux-headers)
    5050         if [ "${PROGNAME}" = "lfs" ]; then
    51            # Uses kernel headers directly
     51           # Uses kernel headers directly
    5252           echo $(grep "^linux-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    5353         else
    54            # CLFS/CLFS use massaged headers package
     54           # CLFS/HLFS use massaged headers package
    5555           echo $(grep "^linux-headers-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
    5656         fi
Note: See TracChangeset for help on using the changeset viewer.