Changeset 280c791b for CLFS/master.sh


Ignore:
Timestamp:
06/16/2006 10:59:42 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
9d9ecf7
Parents:
839e893
Message:

CLFS ..Corrected trap for linux headers.. was still referencing llh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r839e893 r280c791b  
    124124    case $name in
    125125      linux-libc) name=linux-libc-headers ;;
     126      linux)      name=linux-headers ;;
    126127    esac
    127128    #
    128129    # Find the version of the command files, if it corresponds with the building of a specific package
    129130    vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
    130 
    131131
    132132    #--------------------------------------------------------------------#
Note: See TracChangeset for help on using the changeset viewer.