Skip to content

Commit a9d836b

Browse files
author
Ralph Castain
authored
Merge pull request #2890 from rhc54/topic/alps
Correct the path to the ORTE data dir - allows master to be built with --no-ompi
2 parents e62fca8 + 8bf3ac8 commit a9d836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/ras/alps/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dist_ortedata_DATA = help-ras-alps.txt \
2424
ras-alps-command.sh
2525

2626
install-data-hook:
27-
chmod +x $(DESTDIR)$(pkgdatadir)/ras-alps-command.sh
27+
chmod +x $(ortedatadir)/ras-alps-command.sh
2828

2929
sources = \
3030
ras_alps.h \

0 commit comments

Comments
 (0)