changeset 5200:1006461bf759

(do-install): Use umask 022 in copying etc and lisp dirs.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Nov 1993 09:19:39 +0000
parents b8b8063551e1
children b27badfb4040
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sat Nov 27 07:52:47 1993 +0000
+++ b/Makefile.in	Sat Nov 27 09:19:39 1993 +0000
@@ -268,7 +268,7 @@
 	   [ -d $${dir} ] \
 	   && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
 	   && (echo "Copying $${dir}..." ; \
-	       (cd $${dir}; tar -cf - . )|(cd $${dest};umask 0; tar -xvf - ); \
+	       (cd $${dir}; tar -cf - . )|(cd $${dest};umask 022; tar -xvf - ); \
 	       for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
 		 rm -rf $${subdir}/RCS ; \
 		 rm -rf $${subdir}/CVS ; \