From 483ab891284ab676fd240acc5de8c43c66d6cfe7 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Tue, 4 Jul 2006 00:17:33 +0000 Subject: [PATCH] oops..another corrections to CLFS scripts. --- CLFS/master.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index 0f611d3..e73a45c 100755 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -267,8 +267,8 @@ boot_Makefiles() { # # # Select a script execution method case $this_script in - *changingowner*) wrt_run_as_root "${this_script}" "${file}" ;; - *devices*) wrt_run_as_root "${this_script}" "${file}" ;; + *changingowner*) wrt_run_as_clfs_root "${this_script}" "${file}" ;; + *devices*) wrt_run_as_clfs_root "${this_script}" "${file}" ;; *fstab*) if [[ -n "$FSTAB" ]]; then wrt_copy_fstab "${this_script}" else @@ -341,7 +341,7 @@ chroot_Makefiles() { # # Select a script execution method case $this_script in *kernfs) wrt_run_as_clfs_root "${this_script}" "${file}" ;; - *util-linux) wrt_run_as_clfs_s "${this_script}" "${file}" ;; + *util-linux) wrt_run_as_clfs_su "${this_script}" "${file}" ;; *) wrt_run_as_chroot1 "${this_script}" "${file}" ;; esac #