mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02:00
Makefile fix
This commit is contained in:
parent
289df8afc3
commit
3ba1fe1943
@ -80,13 +80,13 @@ install: all
|
||||
ln -sf ssh.1 $(mandir)/man1/slogin.1
|
||||
|
||||
if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \
|
||||
install -d $(libdir) \
|
||||
install -d $(libdir)/ssh \
|
||||
install -d $(libdir) ; \
|
||||
install -d $(libdir)/ssh ; \
|
||||
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; \
|
||||
fi \
|
||||
fi ; \
|
||||
fi
|
||||
|
||||
distclean: clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user