(install-arch-indep): Fix previous change.
This commit is contained in:
parent
442f5309d9
commit
8dd455e101
1 changed files with 4 additions and 2 deletions
|
@ -338,10 +338,12 @@ install-arch-indep: mkdir
|
|||
-rm -f ${lispdir}/subdirs.el
|
||||
$(srcdir)/update-subdirs ${lispdir}
|
||||
-rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el
|
||||
echo "(normal-top-level-add-subdirs-to-load-path)" \
|
||||
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
|
||||
echo " (normal-top-level-add-subdirs-to-load-path))") \
|
||||
> ${datadir}/emacs/${version}/site-lisp/subdirs.el
|
||||
-rm -f ${datadir}/emacs/site-lisp/subdirs.el
|
||||
echo "(normal-top-level-add-subdirs-to-load-path)" \
|
||||
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
|
||||
echo " (normal-top-level-add-subdirs-to-load-path))") \
|
||||
> ${datadir}/emacs/site-lisp/subdirs.el
|
||||
-chmod -R a+r ${COPYDESTS}
|
||||
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
|
||||
|
|
Loading…
Add table
Reference in a new issue