From 61461452052f11dd95830058977953b27e6e6d90 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 6 Nov 1994 22:13:24 +0000
Subject: [PATCH] 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.)

---
 tools/inst-lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/inst-lisp b/tools/inst-lisp
index f3911e728..e028b964c 100755
--- a/tools/inst-lisp
+++ b/tools/inst-lisp
@@ -1,6 +1,6 @@
 #!/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.
 #
@@ -28,6 +28,6 @@ rm -f $dst/spell-dictionary.bin
 
 cp -p $src/lisp/lisp $dst/lisp
 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/hemlock/spell-dictionary.bin $dst
-- 
GitLab