mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
Use COPYING from the top-level directory.
This commit is contained in:
parent
1d42cee4d0
commit
fd4bc58014
@ -632,10 +632,10 @@ echo "Making links to \`vms'"
|
||||
|
||||
### It would be nice if they could all be symlinks to etc's copy, but
|
||||
### you're not supposed to have any symlinks in distribution tar files.
|
||||
echo "Making sure copying notices are all copies of \`etc/COPYING'"
|
||||
echo "Making sure copying notices are all copies of \`COPYING'"
|
||||
for subdir in . etc lisp src lib-src info msdos; do
|
||||
rm -f ${tempdir}/${subdir}/COPYING
|
||||
cp etc/COPYING ${tempdir}/${subdir}
|
||||
cp COPYING ${tempdir}/${subdir}
|
||||
done
|
||||
|
||||
#### Make sure that there aren't any hard links between files in the
|
||||
|
Loading…
Reference in New Issue
Block a user