mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +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
|
ln -sf ssh.1 $(mandir)/man1/slogin.1
|
||||||
|
|
||||||
if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \
|
if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \
|
||||||
install -d $(libdir) \
|
install -d $(libdir) ; \
|
||||||
install -d $(libdir)/ssh \
|
install -d $(libdir)/ssh ; \
|
||||||
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
if [ -z "@GNOME_ASKPASS@" ] ; then \
|
||||||
install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \
|
install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \
|
||||||
else \
|
else \
|
||||||
install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \
|
install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \
|
||||||
fi \
|
fi ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user