Changeset 1587 in Sophya
- Timestamp:
- Jul 19, 2001, 11:40:34 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/install_sophya
r968 r1587 104 104 else 105 105 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/. 111 113 $DO chmod -R a+x $DST/$d/ 112 114 else
Note:
See TracChangeset
for help on using the changeset viewer.