Skip to content
Snippets Groups Projects
Commit 5bf4af78 authored by Mark Grondona's avatar Mark Grondona
Browse files

o be sure to adjust install path for srun.wrapper.c to prepend DESTDIR

parent 48dfabae
No related branches found
No related tags found
No related merge requests found
...@@ -71,5 +71,5 @@ CLEANFILES = \ ...@@ -71,5 +71,5 @@ CLEANFILES = \
install-exec-local: install-exec-local:
if test -n "$(SRUN_WRAPPER_OBJ)"; then \ if test -n "$(SRUN_WRAPPER_OBJ)"; then \
$(INSTALL) -D -m 644 $(top_srcdir)/src/srun/srun.wrapper.c \ $(INSTALL) -D -m 644 $(top_srcdir)/src/srun/srun.wrapper.c \
$(pkglibdir)/src; \ $(DESTDIR)$(pkglibdir)/src; \
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment