Changeset 483ab89


Ignore:
Timestamp:
07/04/2006 12:17:33 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7eb9402
Parents:
e5f5970
Message:

oops..another corrections to CLFS scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    re5f5970 r483ab89  
    268268    # Select a script execution method
    269269    case $this_script in
    270       *changingowner*)  wrt_run_as_root "${this_script}" "${file}"    ;;
    271       *devices*)        wrt_run_as_root "${this_script}" "${file}"    ;;
     270      *changingowner*)  wrt_run_as_clfs_root "${this_script}" "${file}"    ;;
     271      *devices*)        wrt_run_as_clfs_root "${this_script}" "${file}"    ;;
    272272      *fstab*)   if [[ -n "$FSTAB" ]]; then
    273273                   wrt_copy_fstab "${this_script}"
     
    342342    case $this_script in
    343343      *kernfs)        wrt_run_as_clfs_root "${this_script}" "${file}"  ;;
    344       *util-linux)    wrt_run_as_clfs_s    "${this_script}" "${file}"  ;;
     344      *util-linux)    wrt_run_as_clfs_su   "${this_script}" "${file}"  ;;
    345345      *)              wrt_run_as_chroot1   "${this_script}" "${file}"  ;;
    346346    esac
Note: See TracChangeset for help on using the changeset viewer.