From: Richard M. Stallman Date: Tue, 28 Apr 1998 21:11:23 +0000 (+0000) Subject: (install): Make INSTALLDIR and contents world-readable. X-Git-Tag: emacs-20.3~1269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=438c2139e6c962bcf42196ad076c2a558320588b;p=emacs.git (install): Make INSTALLDIR and contents world-readable. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index 2110bce8163..4ae67f882df 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -171,6 +171,7 @@ install: all | (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'`; \