mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 05:45:20 +02:00
install fix
This commit is contained in:
parent
f958fab2c9
commit
f066d6e5b0
@ -85,7 +85,7 @@ install: all
|
||||
|
||||
$(INSTALL) -d $(libexecdir) ;
|
||||
$(INSTALL) -d $(libexecdir)/ssh ;
|
||||
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
||||
if [ ! -z "@GNOME_ASKPASS@" ] ; then \
|
||||
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user