Skip to content
Snippets Groups Projects
Commit 61461452 authored by ram's avatar ram
Browse files

rename cmu-site-*f to site-init.fasl when copying (so that it can have the name

across all systems so that the lib/directory looks identical (modulo @sys
links.)
parent 64701a44
Branches
Tags
No related merge requests found
#!/bin/csh -fx #!/bin/csh -fx
# #
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/inst-lisp,v 1.9 1994/11/04 15:46:53 ram Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/inst-lisp,v 1.10 1994/11/06 22:13:24 ram Exp $
# #
# Utility for installing CMU CL systems in the AFS release area. # Utility for installing CMU CL systems in the AFS release area.
# #
...@@ -28,6 +28,6 @@ rm -f $dst/spell-dictionary.bin ...@@ -28,6 +28,6 @@ rm -f $dst/spell-dictionary.bin
cp -p $src/lisp/lisp $dst/lisp cp -p $src/lisp/lisp $dst/lisp
cp -p lisp.core $dst/lisp.core cp -p lisp.core $dst/lisp.core
cp -p $src/code/cmu-site.*f $dst cp -p $src/code/cmu-site.*f $dst/site-init.fasl
cp -p $src/motif/server/motifd $dst cp -p $src/motif/server/motifd $dst
cp -p $src/hemlock/spell-dictionary.bin $dst cp -p $src/hemlock/spell-dictionary.bin $dst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment