Mercurial > emacs
changeset 21808:d7fe6eeb4b62
(install): Make INSTALLDIR and contents world-readable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Apr 1998 21:11:23 +0000 |
parents | c62197b13ece |
children | 57a5d5cf9f1b |
files | leim/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Tue Apr 28 20:03:07 1998 +0000 +++ b/leim/Makefile.in Tue Apr 28 21:11:23 1998 +0000 @@ -171,6 +171,7 @@ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ fi; \ else true; fi + -chmod -R a+r ${INSTALLDIR} clean mostlyclean: ELC=`echo ${TIT} | sed 's/\.el/.elc/g'`; \