Changeset 1587 in Sophya


Ignore:
Timestamp:
Jul 19, 2001, 11:40:34 AM (24 years ago)
Author:
ansari
Message:

copie de tous les fichiers ds Exec/ lors de l'installation - Reza 19/7/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/install_sophya

    r968 r1587  
    104104  else
    105105    if( "$d" == "Exec" ) then
    106       foreach f ( scanppf tobjio tspm tspm2 spiapp tgsky tgrsr skymixer )
    107         if( -e $SRC/$d/$f ) then
    108           $DO cp $SRC/$d/$f $DST/$d/.
    109         endif
    110       end
     106#      foreach f ( scanppf tobjio tspm tspm2 spiapp tgsky tgrsr skymixer )
     107#        if( -e $SRC/$d/$f ) then
     108#          $DO cp $SRC/$d/$f $DST/$d/.
     109#        endif
     110#      end
     111      cd $SRC/$d/.
     112      $DO cp * $DST/$d/.
    111113      $DO chmod -R a+x $DST/$d/
    112114    else
Note: See TracChangeset for help on using the changeset viewer.