Skip to content
Snippets Groups Projects
Commit 3a41083a authored by Anne Philipp's avatar Anne Philipp
Browse files

corrected selectionof makefiles to lower case writing

parent 071ee9bd
Branches
Tags
No related merge requests found
......@@ -374,7 +374,7 @@ def mk_tarball(tarball_path, target):
hfiles = [os.path.relpath(x, ecd)
for x in UioFiles(_config.PATH_REL_FORTRAN_SRC, '*.h').files]
makefiles = [os.path.relpath(x, ecd)
for x in UioFiles(_config.PATH_REL_FORTRAN_SRC, 'Makefile*').files]
for x in UioFiles(_config.PATH_REL_FORTRAN_SRC, 'makefile*').files]
jobdir = [_config.PATH_REL_JOBSCRIPTS]
# concatenate single lists to one for a better looping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment