| 11 |
|
endif |
| 12 |
|
if ( "$1" == library ) then |
| 13 |
|
source installib |
| 14 |
< |
cp -f src/*/*.{cal,tab,hex} $ldir |
| 14 |
> |
cp -f src/*/*.{cal,tab,hex,dat} $ldir |
| 15 |
|
echo "" |
| 16 |
|
echo "Set the environment variable RAYPATH=.:$ldir" |
| 17 |
|
echo 'For C-shell users, put the following into ~/.cshrc' |
| 65 |
|
goto again1 |
| 66 |
|
endif |
| 67 |
|
endif |
| 68 |
– |
if ( ! -d $idir/dev ) then |
| 69 |
– |
mkdir $idir/dev |
| 70 |
– |
if ( $status ) then |
| 71 |
– |
echo "Cannot create subdirectory, please reenter" |
| 72 |
– |
goto again1 |
| 73 |
– |
endif |
| 74 |
– |
endif |
| 68 |
|
set inpath=0 |
| 69 |
|
foreach i ( $path ) |
| 70 |
|
if ( "$i" == "$idir" ) then |
| 77 |
|
goto gotrmake |
| 78 |
|
endif |
| 79 |
|
set newrmake |
| 80 |
< |
more src/common/copyright.h |
| 80 |
> |
more License.txt |
| 81 |
|
echo -n "Do you understand and accept the terms of this agreement [n]? " |
| 82 |
|
set ans="$<" |
| 83 |
|
if ( "$ans" !~ [yY]* ) exit |