(install): Make INSTALLDIR and contents world-readable.

This commit is contained in:
Richard M. Stallman 1998-04-28 21:11:23 +00:00
parent d886825394
commit 438c2139e6

View file

@ -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'`; \