diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-25 13:32:34 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-25 13:32:34 +1100 |
commit | 34d207f870c7ef56b00ca87afafa1a0a3cb4facb (patch) | |
tree | fa93ddfffe05ad835c23d95a27ebe3d7aaecaecc | |
parent | c0f129a95fd4d7f1e69db6189afd0570abea5a97 (diff) |
Install correct askpass
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c26309354..34c41a7bf 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -86,7 +86,7 @@ install: all | |||
86 | $(INSTALL) -d $(libexecdir) ; | 86 | $(INSTALL) -d $(libexecdir) ; |
87 | $(INSTALL) -d $(libexecdir)/ssh ; | 87 | $(INSTALL) -d $(libexecdir)/ssh ; |
88 | if [ -z "@GNOME_ASKPASS@" ] ; then \ | 88 | if [ -z "@GNOME_ASKPASS@" ] ; then \ |
89 | $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ | 89 | $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \ |
90 | fi | 90 | fi |
91 | 91 | ||
92 | if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ | 92 | if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ |