Changeset 9dc8222 for CLFS


Ignore:
Timestamp:
03/24/2006 06:40:21 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
dacaa85
Parents:
eba62c0
Message:

CLFS/master.sh, udev-rules missing from when METHOD=boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    reba62c0 r9dc8222  
    231231      *kernel)        name=linux                   ;;
    232232      *bootscripts)   name="bootscripts-cross-lfs" ;;
     233      *udev-rules)    name="udev-cross-lfs"        ;;
    233234      *grub-build)    name=grub                    ;;
    234235      *-aboot-build)  name=aboot                   ;;
     
    254255    # Insert instructions for unpacking the package and changing directories
    255256    #
    256     [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*"
     257    [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*" &&  echo -e '\ttrue' >> $MKFILE.tmp
    257258    #
    258259    # Select a script execution method
Note: See TracChangeset for help on using the changeset viewer.