Changeset 89fc40c


Ignore:
Timestamp:
06/17/2006 09:39:36 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2eb1f44
Parents:
9d9ecf7
Message:

Fixed unpack of Tree package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r9d9ecf7 r89fc40c  
    402402    case $name in
    403403      tcl)    wrt_unpack2 "$name$vrs-src.tar.*" ;;
     404      tree)   wrt_unpack2 "$name-$vrs.tgz"      ;;
    404405      *)      wrt_unpack2 "$name-$vrs.tar.*"    ;;
    405406    esac
     
    457458    case $name in
    458459      tcl)    wrt_unpack3 "$name$vrs-src.tar.*" ;;
     460      tree)   wrt_unpack3 "$name-$vrs.tgz"      ;;
    459461      *)      wrt_unpack3 "$name-$vrs.tar.*"    ;;
    460462    esac
Note: See TracChangeset for help on using the changeset viewer.