]> andersk Git - gssapi-openssh.git/commitdiff
o Remove mkdir of PRIVSEP_PATH from gpt-install-files target, along
authorcphillip <cphillip>
Wed, 3 Jul 2002 17:48:29 +0000 (17:48 +0000)
committercphillip <cphillip>
Wed, 3 Jul 2002 17:48:29 +0000 (17:48 +0000)
      with chmod of that directory.

openssh/Makefile.in

index 6808452bef38274659d6fbe28eaf3a2e7121f538..5386d79c4cd77179ab773659049695ed59e524f1 100644 (file)
@@ -295,6 +295,7 @@ install-files: scard-install
 #    copying the configuration files
 #    copying the configuration file man pages
 #    the scard-install target
+#    creating and chmod'ing PRIVSEP_PATH
 #
 
 gpt-install-files:
@@ -306,8 +307,6 @@ gpt-install-files:
        $(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)
        $(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
This page took 0.042226 seconds and 5 git commands to generate.