mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 11:52:06 +00:00
Install correct askpass
This commit is contained in:
parent
c0f129a95f
commit
34d207f870
@ -86,7 +86,7 @@ install: all
|
||||
$(INSTALL) -d $(libexecdir) ;
|
||||
$(INSTALL) -d $(libexecdir)/ssh ;
|
||||
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
||||
$(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
|
||||
$(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \
|
||||
fi
|
||||
|
||||
if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user