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