summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-27 09:19:39 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-27 09:19:39 +0000
commit5d9e58e85e8513b0ea5c1ca28681a63325fb0621 (patch)
tree5dc2d382b85d1ea0178da95628cd1f8f07c2bdee /Makefile.in
parent534dbc9764c4254a2e1d36e78e08b6d8923cd961 (diff)
downloademacs-5d9e58e85e8513b0ea5c1ca28681a63325fb0621.tar.gz
(do-install): Use umask 022 in copying etc and lisp dirs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 461c5bfae34..6597cf56697 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 ; \