Changeset c3c4e1d for HLFS


Ignore:
Timestamp:
03/19/2006 11:14:42 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
ad71d98
Parents:
c0cbd50
Message:

Simplified unpack code due tar >= 1.5 prerequisite.
If both bz2 and gz formats of the same package are found in the sources dir, only the more recent one is unpacked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    rc0cbd50 rc3c4e1d  
    216216      # Deal with non-standard names
    217217      case $name in
    218         tcl)    FILE="$name$vrs-src.tar"  ;;
    219         uclibc) FILE="uClibc-$vrs.tar"    ;;
    220         gcc)    FILE="gcc-core-$vrs.tar"  ;;
    221         *)      FILE="$name-$vrs.tar"     ;;
     218        tcl)    FILE="$name$vrs-src.tar.*"  ;;
     219        uclibc) FILE="uClibc-$vrs.tar.*"    ;;
     220        gcc)    FILE="gcc-core-$vrs.tar.*"  ;;
     221        *)      FILE="$name-$vrs.tar.*"     ;;
    222222      esac
    223223     # Insert instructions for unpacking the package and to set the PKGDIR variable.
Note: See TracChangeset for help on using the changeset viewer.