From 9dc82227e7a915c74370cea516d00b900a5bf291 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 24 Mar 2006 18:40:21 +0000 Subject: [PATCH] CLFS/master.sh, udev-rules missing from when METHOD=boot --- CLFS/master.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index 00281f4..52e7307 100755 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -230,6 +230,7 @@ boot_Makefiles() { # case $this_script in *kernel) name=linux ;; *bootscripts) name="bootscripts-cross-lfs" ;; + *udev-rules) name="udev-cross-lfs" ;; *grub-build) name=grub ;; *-aboot-build) name=aboot ;; *yaboot-build) name=yaboot ;; @@ -253,7 +254,7 @@ boot_Makefiles() { # # If $vrs isn't empty, we've got a package... # Insert instructions for unpacking the package and changing directories # - [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*" + [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*" && echo -e '\ttrue' >> $MKFILE.tmp # # Select a script execution method case $this_script in