]> git.eshelyaron.com Git - emacs.git/commitdiff
(do-install): Use umask 022 in copying etc and lisp dirs.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 1993 09:19:39 +0000 (09:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 1993 09:19:39 +0000 (09:19 +0000)
Makefile.in

index 461c5bfae34a3c2b92d87e2036c23f58c59d5647..6597cf56697a3dc9ae62e28af663bc7a415448aa 100644 (file)
@@ -268,7 +268,7 @@ do-install: mkdir
           [ -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 ; \