From 8eaa57ac63a8a82518f3bd32295d8d4913bddca6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Oct 2000 19:45:23 +0000 Subject: [PATCH] Don't forget to include ChangeLog in tarball. --- v7/dist/make-src-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/dist/make-src-files b/v7/dist/make-src-files index 9648f21dc..e5aaa2bce 100755 --- a/v7/dist/make-src-files +++ b/v7/dist/make-src-files @@ -3,7 +3,6 @@ prefix=`/scheme/v7/dist/release-prefix` rm -rf ${prefix} mkdir ${prefix} -source=/scheme/v7/src destination="${prefix}/src" ( @@ -17,6 +16,8 @@ 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 +cp -p /scheme/v7/src/ChangeLog ${destination}/. + tarfile=${prefix}-src.tar.gz zipfile=${prefix}-src.zip ucfile=${prefix}-src-ucode-gnu-linux.tar.gz -- 2.25.1