aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-01-14 15:37:33 +0000
committerJim Blandy1993-01-14 15:37:33 +0000
commit96858c42061fc2635c994002ade230b32d0eab93 (patch)
treeee4ff557d8474cbb9e2ae50279b086120b12556d
parentb236749086249a6f91df110ead72db3197f929c2 (diff)
downloademacs-96858c42061fc2635c994002ade230b32d0eab93.tar.gz
emacs-96858c42061fc2635c994002ade230b32d0eab93.zip
* make-dist: Remember that the authoritative COPYING notice is
`etc/COPYING', not `../etc/COPYING'.
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 9c0207ae6e3..fba2162b390 100755
--- a/make-dist
+++ b/make-dist
@@ -226,7 +226,7 @@ for subdir in lisp external-lisp src lib-src info shortnames; do
226 if [ -f ${tempdir}/${subdir}/COPYING ]; then 226 if [ -f ${tempdir}/${subdir}/COPYING ]; then
227 rm ${tempdir}/${subdir}/COPYING 227 rm ${tempdir}/${subdir}/COPYING
228 fi 228 fi
229 cp ../etc/COPYING ${tempdir}/${subdir} 229 cp etc/COPYING ${tempdir}/${subdir}
230done 230done
231 231
232if [ "${newer}" ]; then 232if [ "${newer}" ]; then