summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-01-14 15:37:33 +0000
committerJim Blandy <jimb@redhat.com>1993-01-14 15:37:33 +0000
commit0074eb15234655e07865915341ae07ede2bd6a8e (patch)
tree9a4b8edfdc7c980ce520f5e18657dd87a86579d8 /make-dist
parent3b44de735f0bb36300847e8b0fe37720049b4e2f (diff)
downloademacs-0074eb15234655e07865915341ae07ede2bd6a8e.tar.gz
* make-dist: Remember that the authoritative COPYING notice is
`etc/COPYING', not `../etc/COPYING'.
Diffstat (limited to 'make-dist')
-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
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