New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81270


Ignore:
Timestamp:
07/28/11 07:36:18 (4 years ago)
Author:
afb@…
Message:

merge r81269 from trunk:

use lzma_path and xz_path

Location:
branches/release_2_0/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/release_2_0/base

  • branches/release_2_0/base/src/port1.0/portextract.tcl

    r79597 r81270  
    9393        option extract.cmd [findBinary bzip2 ${portutil::autoconf::bzip2_path}] 
    9494    } elseif {[tbool use_lzma]} { 
    95         option extract.cmd [binaryInPath "lzma"] 
     95        option extract.cmd [findBinary lzma ${portutil::autoconf::lzma_path}] 
    9696    } elseif {[tbool use_xz]} { 
    97         option extract.cmd [binaryInPath "xz"] 
     97        option extract.cmd [findBinary xz ${portutil::autoconf::xz_path}] 
    9898    } elseif {[tbool use_zip]} { 
    9999        option extract.cmd [findBinary unzip ${portutil::autoconf::unzip_path}] 
Note: See TracChangeset for help on using the changeset viewer.