From 438c2139e6c962bcf42196ad076c2a558320588b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 28 Apr 1998 21:11:23 +0000 Subject: [PATCH] (install): Make INSTALLDIR and contents world-readable. --- leim/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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'`; \ -- 2.39.2