Changeset 308 for trunk/dsys


Ignore:
Timestamp:
Dec 6, 2010, 7:28:47 PM (14 years ago)
Author:
katerina
Message:

Fix hardcoded temp directory in deployment scripts (ticket #230).

Location:
trunk/dsys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dsys/comBUILD

    r27 r308  
    7070    fi
    7171
    72     tmpdir=`eval echo "/tmp/sh_${src_version}_${arch}_${format}_$$"`
     72    tmpdir=`eval echo "${temp_dir}/sh_${src_version}_${arch}_${format}_$$"`
    7373
    7474    #---------------------------------------------------------------------
  • trunk/dsys/comINSTALL

    r65 r308  
    169169    #---------------------------------------------------------------------
    170170
    171     tmpdir=`eval echo "/tmp/sh_${src_version}_${arch}_${format}_$$"`
     171    tmpdir=`eval echo "${temp_dir}/sh_${src_version}_${arch}_${format}_$$"`
    172172
    173173    if test x"$simulate" = x0
  • trunk/dsys/comUNINSTALL

    r27 r308  
    7979    #---------------------------------------------------------------------
    8080
    81     tmpdir=`eval echo "/tmp/sh_${src_version}_${arch}_${format}_$$"`
     81    tmpdir=`eval echo "${temp_dir}/sh_${src_version}_${arch}_${format}_$$"`
    8282
    8383    if test x"$simulate" = x0
Note: See TracChangeset for help on using the changeset viewer.