We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa82f2 commit 2f1c5aaCopy full SHA for 2f1c5aa
src/tools/prted/Makefile.am
@@ -53,3 +53,9 @@ bin_PROGRAMS = @PRTE_BINARY_PREFIX@prted
53
$(prte_hwloc_LIBS) \
54
$(prte_pmix_LIBS) \
55
$(top_builddir)/src/lib@[email protected]
56
+
57
+install-exec-hook:
58
+ (cd $(DESTDIR)$(bindir); rm -f prted$(EXEEXT); $(LN_S) @PRTE_BINARY_PREFIX@prted$(EXEEXT) prted$(EXEEXT))
59
60
+uninstall-local:
61
+ rm -f $(DESTDIR)$(bindir)/prted$(EXEEXT)
0 commit comments