mirror of git://anongit.mindrot.org/openssh.git
- Run fixpaths before install. (Andre Lucas)
This commit is contained in:
parent
5121e3aaa6
commit
8beab01b49
|
@ -3,6 +3,7 @@
|
|||
by Andre Lucas <andre.lucas@dial.pipex.com>
|
||||
- Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
|
||||
<dgaudet@arctic.org>
|
||||
- Run fixpaths before install. (Andre Lucas)
|
||||
|
||||
19991231
|
||||
- Fix password support on systems with a mixture of shadowed and
|
||||
|
|
|
@ -92,7 +92,7 @@ clean:
|
|||
manpages:
|
||||
$(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.[18].in $(srcdir)/ssh*_config.in
|
||||
|
||||
install: all
|
||||
install: manpages all
|
||||
$(INSTALL) -d $(bindir)
|
||||
$(INSTALL) -d $(sbindir)
|
||||
$(INSTALL) -d $(mandir)
|
||||
|
|
Loading…
Reference in New Issue