(install-arch-dep): Fix last change and use fns-*.el
from lisp.
This commit is contained in:
parent
4488d7e15c
commit
6f0868d86d
1 changed files with 2 additions and 2 deletions
|
|
@ -299,8 +299,8 @@ install-arch-dep: mkdir
|
|||
-chmod 1755 ${bindir}/emacs-${version}
|
||||
rm -f ${bindir}/$(EMACS)
|
||||
-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
|
||||
for f in `cd src && echo fns-*.el`; do \
|
||||
${INSTALL_DATA} src/$f ${archlibdir}/$f; \
|
||||
for f in `cd lisp && echo fns-*.el`; do \
|
||||
${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \
|
||||
done
|
||||
|
||||
### Install the files that are machine-independent.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue