Changeset 7d018d1 for CLFS


Ignore:
Timestamp:
03/18/2006 03:46:54 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
e2860d3
Parents:
28fd555
Message:

corrections to hlfs group, build makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r28fd555 r7d018d1  
    288288    # If $vrs isn't empty, we've got a package...
    289289    #
    290     [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar"
     290    [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar" &&  echo -e '\ttrue' >> $MKFILE.tmp
    291291    #
    292292    wrt_run_as_lfs "${this_script}" "${file}"
     
    340340    # Insert instructions for unpacking the package and to set the PKGDIR variable.
    341341    #
    342     [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar"
     342    [[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar" && echo -e '\ttrue' >> $MKFILE.tmp
    343343    #
    344344    wrt_run_as_lfs "${this_script}" "${file}"
     
    489489    if [ "$vrs" != "" ] ; then
    490490      case $this_script in
    491         *util-linux)    wrt_unpack  "$name-$vrs.tar"   ;;
    492         *)              wrt_unpack2 "$name-$vrs.tar.*" ;;
     491        *util-linux)    wrt_unpack  "$name-$vrs.tar"
     492                        echo -e '\ttrue' >> $MKFILE.tmp
     493            ;;
     494        *)              wrt_unpack2 "$name-$vrs.tar.*"
     495            ;;
    493496      esac
    494497    fi
Note: See TracChangeset for help on using the changeset viewer.