Changeset 4400


Ignore:
Timestamp:
Jun 19, 2014, 6:58:21 PM (10 years ago)
Author:
ldelgass
Message:

Merge builder path fix from 1.3 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/builder/scripts/main.tcl

    r3989 r4400  
    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.