From cb809a07fba9bdf9402b4e2acca501fb5b9b99e9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 17 Oct 2000 18:25:56 +0000 Subject: [PATCH] Add changelog.txt to release directory. --- 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 e5aaa2bce..473404e37 100755 --- a/v7/dist/make-src-files +++ b/v7/dist/make-src-files @@ -16,6 +16,7 @@ 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 changelog.txt cp -p /scheme/v7/src/ChangeLog ${destination}/. tarfile=${prefix}-src.tar.gz @@ -32,6 +33,6 @@ zip -rl ${zipfile} ${destination} (cd ${destination}/microcode; unxutl/config i386-linux) tar cvzf ${ucfile} ${destination}/microcode -chmod -w ${tarfile} ${zipfile} ${ucfile} +chmod -w changelog.txt ${tarfile} ${zipfile} ${ucfile} rm -rf ${prefix} -- 2.25.1