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

o set umask before installing srun.wrapper.c

parent 644da96d
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ CLEANFILES = \
install-exec-local:
if test -n "$(SRUN_WRAPPER_OBJ)"; then \
umask 022; \
$(INSTALL) -D -m 644 $(top_srcdir)/src/srun/srun.wrapper.c \
$(DESTDIR)$(pkglibdir)/src/srun.wrapper.c; \
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