1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* make-dist: Remember that the authoritative COPYING notice is

`etc/COPYING', not `../etc/COPYING'.
This commit is contained in:
Jim Blandy 1993-01-14 15:37:33 +00:00
parent b236749086
commit 96858c4206

View File

@ -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