Changeset eba62c0


Ignore:
Timestamp:
03/24/2006 02:02:28 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
9dc8222
Parents:
b88d581
Message:

CLFS/master.sh, corrected a udev-rules oversight..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rb88d581 reba62c0  
    600600
    601601    case $this_script in
    602       *udev*) continue    ;;  # This is not a script but a commentary
     602      *udev)     continue ;; # This is not a script but a commentary, we want udev-rules
    603603      *console*) continue ;; # Use the files that came with the bootscripts
    604604      *)  ;;
     
    616616                                  -e 's@n32@@'`
    617617    case $name in
    618       *bootscripts*) name=bootscripts-cross-lfs
    619       ;;
     618      *bootscripts*) name=bootscripts-cross-lfs ;;
     619      *udev-rules)   name=udev-cross-lfs ;;
    620620    esac
    621621    vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
Note: See TracChangeset for help on using the changeset viewer.