Changeset 711 in Sophya for trunk/SophyaLib/Mgr/install_peida
- Timestamp:
- Jan 21, 2000, 6:01:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/install_peida
r663 r711 77 77 # d'abord les includes 78 78 #foreach d ( Include Include/tnt Include/CInc Include/SystCxx Include/Syst ) 79 foreach d ( Include )79 foreach d ( Include Include/ArchTOI ) 80 80 echo "SOPHYA_Install: Installing $d ... " 81 81 if( ! -e $srcdir/$d ) then 82 82 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 85 86 else 87 if( ! -e $dstdir/$d ) then 88 echo "rep. inexistant: $dstdir/$d -> mkdir" 89 mkdir $dstdir/$d 90 endif 86 91 cd $srcdir/$d 87 $DO cp * $dstdir/$d/ .92 $DO cp * $dstdir/$d/ 88 93 $DO chmod -R a+r $dstdir/$d/ 89 94 endif … … 99 104 else 100 105 if( "$d" == "Exec" ) then 101 foreach f ( tobjio tspm tspm2piapp tgsky tgrsr skymixer )106 foreach f ( scanppf tobjio tspm tspm2 spiapp tgsky tgrsr skymixer ) 102 107 if( -e $SRC/$d/$f ) then 103 108 $DO cp $SRC/$d/$f $DST/$d/.
Note:
See TracChangeset
for help on using the changeset viewer.