Changeset 4731 for tags


Ignore:
Timestamp:
Nov 15, 2014 1:58:07 PM (10 years ago)
Author:
ldelgass
Message:

Backport path fix from r4399 (minus unrelated viewer changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.4/builder/scripts/main.tcl

    r3177 r4731  
    868868
    869869                # /apps/rappture/current for 32-bit systems
    870                 # /apps/share64/rappture/current for 64-bit systems
    871                 if {$tcl_platform(wordSize) == 8
    872                       && [file isdirectory /apps/share64/rappture/current]} {
    873                     set dir /apps/share64/rappture/current
     870                if {$tcl_platform(wordSize) == 8 } {
     871                     if { [file isdirectory /apps/share64/debian7/rappture/current]} {
     872                        set dir /apps/share64/debian7/rappture/current
     873                     } elseif { [file isdirectory /apps/share64/debian6/rappture/current]} {
     874                        set dir /apps/share64/debian6/rappture/current
     875                     } else {
     876                        set dir /apps/rappture/current
     877                     }
    874878                } else {
    875879                    set dir /apps/rappture/current
Note: See TracChangeset for help on using the changeset viewer.