mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-30 05:32:46 +00:00
Make break
This commit is contained in:
parent
48f2494df3
commit
11ba8d4e12
@ -95,8 +95,8 @@ install: all
|
||||
ln -s ssh.1 $(mandir)/man1/slogin.1
|
||||
|
||||
if [ ! -z "@GNOME_ASKPASS@" ] ; then \
|
||||
$(INSTALL) -d $(libexecdir) ;
|
||||
$(INSTALL) -d $(libexecdir)/ssh ;
|
||||
$(INSTALL) -d $(libexecdir) ; \
|
||||
$(INSTALL) -d $(libexecdir)/ssh ; \
|
||||
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user