summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:32:34 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:32:34 +1100
commit34d207f870c7ef56b00ca87afafa1a0a3cb4facb (patch)
treefa93ddfffe05ad835c23d95a27ebe3d7aaecaecc /Makefile.in
parentc0f129a95fd4d7f1e69db6189afd0570abea5a97 (diff)
Install correct askpass
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 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 \