(install-arch-dep): Copy fns-*.el from lib-src.
This commit is contained in:
parent
5106ed5f9c
commit
764b077c71
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ install-arch-dep: mkdir
|
|||
-chmod 1755 ${bindir}/emacs-${version}
|
||||
rm -f ${bindir}/$(EMACS)
|
||||
-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
|
||||
for f in `cd lisp && echo fns-*.el`; do \
|
||||
for f in `cd lib-src && echo fns-*.el`; do \
|
||||
${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue