From 97e694cdf8789ddd597378158a3b2b072c04ccc4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 4 Apr 2000 17:54:37 +0000 Subject: [PATCH] Changes for CVS. --- v7/dist/make-src-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/dist/make-src-files b/v7/dist/make-src-files index e0ae3674f..88e29118f 100755 --- a/v7/dist/make-src-files +++ b/v7/dist/make-src-files @@ -7,12 +7,12 @@ source=/scheme/v7/src destination="${prefix}/src" mkdir ${destination} -for file in 6001 COPYING Makefile.std TAGS compiler cref edwin microcode rcs runtime sf sos win32 +for file in 6001 ChangeLog COPYING Makefile.std TAGS compiler cref edwin microcode rcs runtime sf sos win32 do cpx -E ${source}/${file} ${destination} done -find ${destination} -type l -name RCS -print | xargs rm +find ${destination} -type d -name CVS -print | xargs rm -rf find ${destination} -type f -print | xargs chmod a-w find ${destination} -type d -print | xargs chmod g-w -- 2.25.1