Change src/xemacs to src/emacs. We no longer create src/xemacs, so
the file wouldn't be found.
This commit is contained in:
parent
0e265b728e
commit
805f711756
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue