diff options
| author | Brian Fox | 1993-09-28 09:42:26 +0000 |
|---|---|---|
| committer | Brian Fox | 1993-09-28 09:42:26 +0000 |
| commit | 805f711756687cde5a17dca157e60f51ae0d6913 (patch) | |
| tree | 7f935fd2861ac87aef4fb2736aa3901259cadf68 | |
| parent | 0e265b728ea85092c3603d26c0392e4d624b864b (diff) | |
| download | emacs-805f711756687cde5a17dca157e60f51ae0d6913.tar.gz emacs-805f711756687cde5a17dca157e60f51ae0d6913.zip | |
Change src/xemacs to src/emacs. We no longer create src/xemacs, so
the file wouldn't be found.
| -rwxr-xr-x | build-ins.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-ins.in b/build-ins.in index 872422f7645..fa6070cd50b 100755 --- a/build-ins.in +++ b/build-ins.in | |||
| @@ -131,6 +131,6 @@ for dir in ${copydir} ; do | |||
| 131 | done | 131 | done |
| 132 | 132 | ||
| 133 | cp ${libdir}/[ce]tags ${bindir} | 133 | cp ${libdir}/[ce]tags ${bindir} |
| 134 | mv src/xemacs ${BINDIR}/emacs | 134 | mv src/emacs ${BINDIR}/emacs |
| 135 | rm src/temacs | 135 | rm src/temacs |
| 136 | chmod 777 ${bindir}/[ce]tags ${bindir}/emacs | 136 | chmod 777 ${bindir}/[ce]tags ${bindir}/emacs |