diff options
author | Brian Fox <bfox@gnu.org> | 1993-09-28 09:42:26 +0000 |
---|---|---|
committer | Brian Fox <bfox@gnu.org> | 1993-09-28 09:42:26 +0000 |
commit | b54defa29c7ed2f4909188edf61cf754686ae6f5 (patch) | |
tree | c0967fe1a83884590af123f3b244ac9dbdae1e9b /build-ins.in | |
parent | 706cf63bedcf5644be3dc0139646ba390ff42f36 (diff) | |
download | emacs-b54defa29c7ed2f4909188edf61cf754686ae6f5.tar.gz |
Change src/xemacs to src/emacs. We no longer create src/xemacs, so
the file wouldn't be found.
Diffstat (limited to 'build-ins.in')
-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 done cp ${libdir}/[ce]tags ${bindir} -mv src/xemacs ${BINDIR}/emacs +mv src/emacs ${BINDIR}/emacs rm src/temacs chmod 777 ${bindir}/[ce]tags ${bindir}/emacs |