Changeset 308 for trunk/dsys/comINSTALL


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.