mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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) ;
|
||||||
$(INSTALL) -d $(libexecdir)/ssh ;
|
$(INSTALL) -d $(libexecdir)/ssh ;
|
||||||
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
||||||
$(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
|
$(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \
|
if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user