From 70a69e796f9b5eb146d58d4100494be7f1915f8f Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Wed, 25 Nov 2009 19:01:33 +0000 Subject: [PATCH] - Get rid of a small nuisance: after installation of the alps-resid script, set it to exec, to allow: export OMPI_ALPS_RESID=`$OMPI/share/openmpi/ras-alps-command.sh` This commit was SVN r22234. --- orte/mca/ras/alps/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orte/mca/ras/alps/Makefile.am b/orte/mca/ras/alps/Makefile.am index 7c8d3ab1a7..36f952e3b0 100644 --- a/orte/mca/ras/alps/Makefile.am +++ b/orte/mca/ras/alps/Makefile.am @@ -23,6 +23,9 @@ AM_CPPFLAGS = $(ras_alps_CPPFLAGS) dist_pkgdata_DATA = help-ras-alps.txt \ ras-alps-command.sh +install-data-hook: + chmod +x $(DESTDIR)$(pkgdatadir)/ras-alps-command.sh + sources = \ ras_alps.h \ ras_alps_component.c \