Add changelog.txt to release directory.
authorChris Hanson <org/chris-hanson/cph>
Tue, 17 Oct 2000 18:25:56 +0000 (18:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 17 Oct 2000 18:25:56 +0000 (18:25 +0000)
v7/dist/make-src-files

index e5aaa2bcec5dc0371179a4c3dd690925eeef20ba..473404e37690af1efe3db5f7d7fa72b22eb3031e 100755 (executable)
@@ -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}