New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81577


Ignore:
Timestamp:
08/01/11 23:52:37 (4 years ago)
Author:
jmr@…
Message:

determine archive type correctly when activating (#30532)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/registry2.0/portimage.tcl

    r81562 r81577  
    305305        set unarchive.args {} 
    306306        set unarchive.pipe_cmd "" 
    307         set unarchive.type [file tail $location] 
     307        set unarchive.type [file extension $location] 
    308308        switch -regex ${unarchive.type} { 
    309309            cp(io|gz) { 
Note: See TracChangeset for help on using the changeset viewer.