Changeset 4db714a


Ignore:
Timestamp:
08/04/2006 02:29:00 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0
Children:
d1435bf
Parents:
0a3f3d7
Message:

CLFS, corrected install of udev-rules if method=boot, thanks Tor Olav

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r0a3f3d7 r4db714a  
    758758
    759759    case $this_script in
    760       *udev*) continue    ;;  # This is not a script but a commentary
     760      *udev) continue    ;;  # This is not a script but a commentary
    761761      *console*) continue ;; # Use the files that came with the bootscripts
    762762      *)  ;;
     
    774774                                  -e 's@n32@@'`
    775775    case $name in
    776       *bootscripts*) name=bootscripts-cross-lfs
    777       ;;
     776      *bootscripts*) name=bootscripts-cross-lfs ;;
     777      *udev-rules)   name=udev-cross-lfs ;;
    778778    esac
    779779
Note: See TracChangeset for help on using the changeset viewer.