diff options
| author | Romain Francoise | 2007-12-02 11:19:38 +0000 |
|---|---|---|
| committer | Romain Francoise | 2007-12-02 11:19:38 +0000 |
| commit | 916447e4ed020db3643020bc47a62aaac413a628 (patch) | |
| tree | 7adbfcfc456c8dabae0be2f2f49ac0662a680f22 /make-dist | |
| parent | c2bf6d2c83e61a56ad66d04d0d0c9c59a84202b8 (diff) | |
| download | emacs-916447e4ed020db3643020bc47a62aaac413a628.tar.gz emacs-916447e4ed020db3643020bc47a62aaac413a628.zip | |
Fix last change.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -575,8 +575,8 @@ echo "Making links to \`etc'" | |||
| 575 | ### tex litter. | 575 | ### tex litter. |
| 576 | (cd etc | 576 | (cd etc |
| 577 | files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \ | 577 | files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \ |
| 578 | | grep -v '^images$' | grep -v '^refcards$' | grep -v '^tutorials$' \ | 578 | | grep -v '^gnus$' | grep -v '^images$' | grep -v '^nxml$' \ |
| 579 | | grep -v '^gnus$' | grep -v '^schema$'` | 579 | | grep -v '^refcards$' | grep -v '^tutorials$'| grep -v '^schema$'` |
| 580 | ln $files ../${tempdir}/etc | 580 | ln $files ../${tempdir}/etc |
| 581 | ## If we ended up with a symlink, or if we did not get anything | 581 | ## If we ended up with a symlink, or if we did not get anything |
| 582 | ## due to a cross-device symlink, copy the file. | 582 | ## due to a cross-device symlink, copy the file. |