From 4db714a8fe84c4ef4e6d7f9d6e6cdaf9b49f2e02 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 4 Aug 2006 14:29:00 +0000 Subject: [PATCH] CLFS, corrected install of udev-rules if method=boot, thanks Tor Olav --- CLFS/master.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index 48f55b6..f15567d 100755 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -757,7 +757,7 @@ bm_bootscripts_Makefiles() { # this_script=`basename $file` case $this_script in - *udev*) continue ;; # This is not a script but a commentary + *udev) continue ;; # This is not a script but a commentary *console*) continue ;; # Use the files that came with the bootscripts *) ;; esac @@ -773,8 +773,8 @@ bm_bootscripts_Makefiles() { # -e 's@64@@' \ -e 's@n32@@'` case $name in - *bootscripts*) name=bootscripts-cross-lfs - ;; + *bootscripts*) name=bootscripts-cross-lfs ;; + *udev-rules) name=udev-cross-lfs ;; esac pkg_tarball=$(get_package_tarball_name $name)