changeset 1790:1be021d4d816

* make-dist: Remember that the authoritative COPYING notice is `etc/COPYING', not `../etc/COPYING'.
author Jim Blandy <jimb@redhat.com>
date Thu, 14 Jan 1993 15:37:33 +0000
parents 2c65d1a8af09
children 4e554ea437ed
files make-dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Thu Jan 14 15:36:25 1993 +0000
+++ b/make-dist	Thu Jan 14 15:37:33 1993 +0000
@@ -226,7 +226,7 @@
   if [ -f ${tempdir}/${subdir}/COPYING ]; then
     rm ${tempdir}/${subdir}/COPYING
   fi
-  cp ../etc/COPYING ${tempdir}/${subdir}
+  cp etc/COPYING ${tempdir}/${subdir}
 done
 
 if [ "${newer}" ]; then