Mercurial > emacs
changeset 14143:bcc924fdb1f8
(install-arch-indep): Ignore error if no chmod -R.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 10 Jan 1996 19:43:03 +0000 |
parents | c9cb9dbb2d40 |
children | beb39f795f21 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Wed Jan 10 15:27:49 1996 +0000 +++ b/Makefile.in Wed Jan 10 19:43:03 1996 +0000 @@ -346,7 +346,7 @@ done -rm -f ${lispdir}/subdirs.el $(srcdir)/update-subdirs ${lispdir} - chmod -R a+r ${COPYDESTS} + -chmod -R a+r ${COPYDESTS} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ echo "Copying etc/DOC-* to ${docdir} ..." ; \