Changeset 8f2c086 for CLFS


Ignore:
Timestamp:
11/11/2006 09:20:15 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ca6b261
Parents:
195ed9f
Message:

Functions clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r195ed9f r8f2c086  
    358358    #
    359359    if [ "$pkg_tarball" != "" ] ; then
    360       case $this_script in
    361         *util-linux)      ROOT_Unpack  "$pkg_tarball"  ;;
    362         *)              CHROOT_Unpack "$pkg_tarball"  ;;
    363       esac
     360      CHROOT_Unpack "$pkg_tarball"
    364361      [[ "$OPTIMIZE" = "2" ]] &&  wrt_optimize "$name" && wrt_makeflags "$name"
    365362    fi
     
    367364    # Select a script execution method
    368365    case $this_script in
    369       *kernfs)      wrt_RunAsRoot         "${this_script}" "${file}"  ;;
    370       *util-linux)  ROOT_RunAsRoot        "${file}"  ;;
     366      *kernfs)      wrt_RunAsRoot         "${file}"  ;;
    371367      *)            CHROOT_wrt_RunAsRoot  "${file}"  ;;
    372368    esac
     
    457453       # The following 2 scripts are defined in the /boot directory but need
    458454       # to be run as a root user. Set them up here but run them in another phase
    459       *changingowner*)  wrt_RunAsRoot "${this_script}" "${file}"    ;;
    460       *devices*)        wrt_RunAsRoot "${this_script}" "${file}"    ;;
     455      *changingowner*)  wrt_RunAsRoot "${file}"    ;;
     456      *devices*)        wrt_RunAsRoot "${file}"    ;;
    461457      *fstab*)   if [[ -n "$FSTAB" ]]; then
    462458                   LUSER_wrt_CopyFstab
Note: See TracChangeset for help on using the changeset viewer.