Changeset 2eb1f44 for CLFS


Ignore:
Timestamp:
06/18/2006 10:09:53 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c044e3c
Parents:
89fc40c
Message:

Dirty hack to fix CLFS bootscripts unpacking.
Fixed also udev-rules installation when METHOD=boot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r89fc40c r2eb1f44  
    735735                                  -e 's@n32@@'`
    736736    case $name in
     737      *bootscripts*) name=clfs-bootscripts ;; # Very dirty hack
     738      *udev-rules)   name=udev-cross-lfs ;;
     739    esac
     740    vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
     741    # Very dirty hack
     742    case $name in
    737743      *bootscripts*) name=bootscripts-cross-lfs ;;
    738       *udev-rules)   name=udev-cross-lfs ;;
    739     esac
    740     vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
     744    esac
    741745
    742746    #--------------------------------------------------------------------#
     
    780784
    781785    case $this_script in
    782       *udev*) continue    ;;  # This is not a script but a commentary
     786      *udev) continue    ;;  # This is not a script but a commentary
    783787      *console*) continue ;; # Use the files that came with the bootscripts
    784788      *)  ;;
     
    796800                                  -e 's@n32@@'`
    797801    case $name in
    798       *bootscripts*) name=bootscripts-cross-lfs
    799       ;;
     802      *bootscripts*) name=clfs-bootscripts ;; # Very dirty hack
     803      *udev-rules)   name=udev-cross-lfs ;;
    800804    esac
    801805    vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
     806    # Very dirty hack
     807    case $name in
     808      *bootscripts*) name=bootscripts-cross-lfs ;;
     809    esac
    802810
    803811    #--------------------------------------------------------------------#
Note: See TracChangeset for help on using the changeset viewer.