Changeset 711 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Jan 21, 2000, 6:01:39 PM (26 years ago)
Author:
ansari
Message:

Prise en compte module ArchTOI ds install_peida - Reza 21/01/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/install_peida

    r663 r711  
    7777# d'abord les includes
    7878#foreach d ( Include Include/tnt Include/CInc Include/SystCxx Include/Syst )
    79 foreach d ( Include  )
     79foreach d ( Include  Include/ArchTOI )
    8080  echo "SOPHYA_Install: Installing $d ... "
    8181  if( ! -e $srcdir/$d ) then
    8282    echo "rep. inexistant: $SRC/$d"
    83   else if( ! -e $dstdir/$d ) then
    84     echo "rep. inexistant: $DST/$d"
     83#  else  if( ! -e $dstdir/$d ) then
     84#    echo "rep. inexistant: $DST/$d"
     85#    endif
    8586  else
     87    if( ! -e $dstdir/$d ) then
     88        echo "rep. inexistant: $dstdir/$d -> mkdir"
     89        mkdir $dstdir/$d
     90    endif
    8691    cd $srcdir/$d
    87     $DO cp * $dstdir/$d/.
     92    $DO cp * $dstdir/$d/
    8893    $DO chmod -R a+r $dstdir/$d/
    8994  endif
     
    99104  else
    100105    if( "$d" == "Exec" ) then
    101       foreach f ( tobjio tspm tspm2 piapp tgsky tgrsr skymixer )
     106      foreach f ( scanppf tobjio tspm tspm2 spiapp tgsky tgrsr skymixer )
    102107        if( -e $SRC/$d/$f ) then
    103108          $DO cp $SRC/$d/$f $DST/$d/.
Note: See TracChangeset for help on using the changeset viewer.