Changeset fcaf131 for CLFS


Ignore:
Timestamp:
03/23/2006 03:28:53 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
87b93b4
Parents:
e676ffa
Message:

CLFS, handle a change from lfs-bootscripts to bootscripts-cross-lfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    re676ffa rfcaf131  
    99
    1010#----------------------------#
    11 host_prep_Makefiles() {       # Initialization of the system
     11host_prep_Makefiles() {      # Initialization of the system
    1212#----------------------------#
    1313  local   LFS_HOST
     
    241241    case $this_script in
    242242      *kernel)        name=linux           ;;
    243       *bootscripts)   name=lfs-bootscripts ;;
     243      *bootscripts)   name="bootscripts-cross-lfs" ;;
    244244      *)              name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@' -e 's@-build@@' ` ;;
    245245    esac
     
    732732                                  -e 's@64@@' \
    733733                                  -e 's@n32@@'`
    734     if [[ `_IS_ $name bootscripts` ]]; then name=lfs-bootscripts; fi
     734    if [[ `_IS_ $name bootscripts` ]]; then name=bootscripts-cross-lfs; fi
    735735
    736736    vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
     
    904904                  wrt_copy_fstab "${this_script}"
    905905                else
    906                   wrt_run_as_lfs  "${this_script}" "${file}"
     906                  wrt_run_as_chroot1  "${this_script}" "${file}"
    907907                fi
    908908          ;;
    909       *)  wrt_run_as_lfs  "${this_script}" "${file}"   ;;
     909      *)  wrt_run_as_chroot1  "${this_script}" "${file}"   ;;
    910910    esac
    911911    #
Note: See TracChangeset for help on using the changeset viewer.