mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 06:14:59 +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) ;
|
||||||
$(INSTALL) -d $(libexecdir)/ssh ;
|
$(INSTALL) -d $(libexecdir)/ssh ;
|
||||||
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
if [ ! -z "@GNOME_ASKPASS@" ] ; then \
|
||||||
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
|
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user