a change was made to the Makefile.in so install wouldn't fail when trying to
install scp.1.  but that fix wasn't also made to the multiscp install target.
-mike

--- a/Makefile.in
+++ b/Makefile.in
@@ -136,7 +136,7 @@ insmulti%: dropbearmulti
        -rm -f $(DESTDIR)$(bindir)/$*$(EXEEXT) 
        -ln -s $(bindir)/dropbearmulti$(EXEEXT) $(DESTDIR)$(bindir)/$*$(EXEEXT) 
        $(INSTALL) -d $(DESTDIR)$(mandir)/man1
-       $(INSTALL) -m 644 $*.1  $(DESTDIR)$(mandir)/man1/$*.1
+       if test -e $*.1; then $(INSTALL) -m 644 $*.1 
$(DESTDIR)$(mandir)/man1/$*.1; fi
 
 # dropbear should go in sbin, so it needs a seperate rule
 inst_dropbear: dropbear

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to