Changeset c3c4e1d for LFS


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
  • LFS/master.sh

    rc0cbd50 rc3c4e1d  
    107107    if [ "$vrs" != "" ] ; then
    108108      if [ "$name" = "tcl" ] ; then
    109         FILE="$name$vrs-src.tar"
     109        FILE="$name$vrs-src.tar.*"
    110110      else
    111         FILE="$name-$vrs.tar"
     111        FILE="$name-$vrs.tar.*"
    112112      fi
    113113
Note: See TracChangeset for help on using the changeset viewer.