From 8bf3ac828cbd6e24b58669f9860aa64bf26ce9a2 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 1 Feb 2017 07:30:18 -0700 Subject: [PATCH] Correct the path to the ORTE data dir - allows master to be built with --no-ompi Signed-off-by: Ralph Castain --- orte/mca/ras/alps/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/ras/alps/Makefile.am b/orte/mca/ras/alps/Makefile.am index ee005ef636..6a5ad909c7 100644 --- a/orte/mca/ras/alps/Makefile.am +++ b/orte/mca/ras/alps/Makefile.am @@ -24,7 +24,7 @@ dist_ortedata_DATA = help-ras-alps.txt \ ras-alps-command.sh install-data-hook: - chmod +x $(DESTDIR)$(pkgdatadir)/ras-alps-command.sh + chmod +x $(ortedatadir)/ras-alps-command.sh sources = \ ras_alps.h \