Skip to content
Snippets Groups Projects
Commit 297f0b8c authored by Janet B. Anderson's avatar Janet B. Anderson
Browse files

Added *COPYRIGHT* files to release tar file.

parent cc204126
No related branches found
Tags R3.12.1.3
No related merge requests found
......@@ -10,6 +10,9 @@
# [-b] - For fully built release
#
# $Log$
# Revision 1.2 1995/08/28 15:49:54 jba
# Added startup directory to release tar file
#
# Revision 1.1 1995/08/17 20:14:56 jba
# Added base/tools scripts functionality to base/Makefile, removed scripts
# Moved base/tools/MakeRelease to base dir.
......@@ -104,6 +107,8 @@ ls base/README* | xargs tar cvf ${RELS}.Tar
ls base/Makefile* > /tmp/make_release.out.$$;
ls base/*COPYRIGHT* >> /tmp/make_release.out.$$;
if [ -d startup ];
then
find startup -name CVS -prune -o ! -type d -print \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment