diff options
| author | Jim Blandy | 1993-01-14 15:37:33 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-01-14 15:37:33 +0000 |
| commit | 96858c42061fc2635c994002ade230b32d0eab93 (patch) | |
| tree | ee4ff557d8474cbb9e2ae50279b086120b12556d | |
| parent | b236749086249a6f91df110ead72db3197f929c2 (diff) | |
| download | emacs-96858c42061fc2635c994002ade230b32d0eab93.tar.gz emacs-96858c42061fc2635c994002ade230b32d0eab93.zip | |
* make-dist: Remember that the authoritative COPYING notice is
`etc/COPYING', not `../etc/COPYING'.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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} |
| 230 | done | 230 | done |
| 231 | 231 | ||
| 232 | if [ "${newer}" ]; then | 232 | if [ "${newer}" ]; then |