Mercurial > emacs
changeset 22312:eed3a1470e83
(install-arch-indep): Don't die if site-lisp/ isn't writable.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 01 Jun 1998 03:46:31 +0000 |
parents | 599c0971ae49 |
children | 7139cd22a2f7 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Jun 01 03:32:52 1998 +0000 +++ b/Makefile.in Mon Jun 01 03:46:31 1998 +0000 @@ -346,14 +346,14 @@ > ${datadir}/emacs/${version}/site-lisp/subdirs.el; \ fi chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el - if [ -f ${datadir}/emacs/site-lisp/subdirs.el ]; \ + -if [ -f ${datadir}/emacs/site-lisp/subdirs.el ]; \ then true; \ else \ (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; \ fi - chmod a+r ${datadir}/emacs/site-lisp/subdirs.el + -chmod a+r ${datadir}/emacs/site-lisp/subdirs.el if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ echo "Copying etc/DOC-* to ${docdir} ..." ; \