From 5ae9fd98654411910475efb9c557c1665153e05e Mon Sep 17 00:00:00 2001 From: Lenny Verkhovsky Date: Thu, 5 Feb 2009 09:45:34 +0000 Subject: [PATCH] fixing r20436 This commit was SVN r20439. The following SVN revision numbers were found above: r20436 --> open-mpi/ompi@0d447511a5291038b6b3ff50a86568f67377cdad --- orte/tools/orte-bootproxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/tools/orte-bootproxy/Makefile.am b/orte/tools/orte-bootproxy/Makefile.am index 099bbfd1f6..bb7778b336 100644 --- a/orte/tools/orte-bootproxy/Makefile.am +++ b/orte/tools/orte-bootproxy/Makefile.am @@ -25,7 +25,7 @@ if OMPI_INSTALL_BINARIES 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