Skip to content

Commit 8bf3ac8

Browse files
author
Ralph Castain
committed
Correct the path to the ORTE data dir - allows master to be built with --no-ompi
Signed-off-by: Ralph Castain <[email protected]>
1 parent e62fca8 commit 8bf3ac8

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)