mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
bugfix
This commit is contained in:
parent
43d0fdf1c6
commit
5104762f4a
@ -72,7 +72,7 @@ install: all
|
||||
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
||||
install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \
|
||||
else \
|
||||
install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass \
|
||||
install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \
|
||||
fi
|
||||
install -s -c ssh-agent $(bindir)/ssh-agent
|
||||
install -s -c ssh-keygen $(bindir)/ssh-keygen
|
||||
|
Loading…
x
Reference in New Issue
Block a user