From e4041c9d81e55cedcc4567f3840116900b5db85e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Oct 2000 17:45:58 +1100 Subject: - (djm) Fix scp user@host handling - (djm) Don't clobber ssh_prng_cmds on install --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index af0886cd..9969a521 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,7 +154,9 @@ install-files: fi if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ - $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ + if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \ + $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ + fi ; \ fi host-key: ssh-keygen$(EXEEXT) -- cgit v1.2.1