summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortim <tim>2002-07-07 20:30:45 +0000
committertim <tim>2002-07-07 20:30:45 +0000
commit664f0990dbde97c0d7e142bb9bc714fb27d9a981 (patch)
tree6d7d2f35b7c6537c607c8183fc2ad3023248b6a3 /Makefile.in
parent21bd2b3ce4e87a0fff08abe15eaa79b184bebfba (diff)
downloadopenssh-664f0990dbde97c0d7e142bb9bc714fb27d9a981.tar.gz
[Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 363d0ab1..8b341dc0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.218 2002/07/04 03:07:15 mouring Exp $
+# $Id: Makefile.in,v 1.219 2002/07/07 20:30:46 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -217,8 +217,7 @@ install-files: scard-install
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
- $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH)
- chmod 0700 $(DESTDIR)$(PRIVSEP_PATH)
+ (umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
$(INSTALL) -m 0755 -s ssh $(DESTDIR)$(bindir)/ssh
$(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp
$(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add