diff Makefile.in @ 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 d3b5893da958
children 69d64181891b
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 ; \