Hi,
I think this is the fix for broken trunk
submitted in r20439.
Index: orte/tools/orte-bootproxy/Makefile.am
===================================================================
--- orte/tools/orte-bootproxy/Makefile.am (revision 20438)
+++ orte/tools/orte-bootproxy/Makefile.am (working copy)
@@ -25,7 +25,7 @@
install-exec-hook:
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
- cp $(top_builddir)/orte/tools/orte-bootproxy/orte-bootproxy.sh
$(DESTDIR)$(bindir)
+ cp $(top_srcdir)/orte/tools/orte-bootproxy/orte-bootproxy.sh
$(DESTDIR)$(bindir)
chmod 755 $(DESTDIR)$(bindir)/orte-bootproxy.sh
endif # OMPI_INSTALL_BINARIES
Lenny.