diff options
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -632,10 +632,10 @@ echo "Making links to \`vms'" | |||
| 632 | 632 | ||
| 633 | ### It would be nice if they could all be symlinks to etc's copy, but | 633 | ### It would be nice if they could all be symlinks to etc's copy, but |
| 634 | ### you're not supposed to have any symlinks in distribution tar files. | 634 | ### you're not supposed to have any symlinks in distribution tar files. |
| 635 | echo "Making sure copying notices are all copies of \`etc/COPYING'" | 635 | echo "Making sure copying notices are all copies of \`COPYING'" |
| 636 | for subdir in . etc lisp src lib-src info msdos; do | 636 | for subdir in . etc lisp src lib-src info msdos; do |
| 637 | rm -f ${tempdir}/${subdir}/COPYING | 637 | rm -f ${tempdir}/${subdir}/COPYING |
| 638 | cp etc/COPYING ${tempdir}/${subdir} | 638 | cp COPYING ${tempdir}/${subdir} |
| 639 | done | 639 | done |
| 640 | 640 | ||
| 641 | #### Make sure that there aren't any hard links between files in the | 641 | #### Make sure that there aren't any hard links between files in the |