File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ init_files=(
173173 minimal_eessi_env README.md test.py lmod_eessi_archdetect_wrapper.sh lmod_eessi_archdetect_wrapper_accel.sh
174174
175175)
176- copy_files_by_list ${TOPDIR} /init ${INSTALL_PREFIX} /init " ${init_files[@]} "
176+ copy_files_by_list ${TOPDIR} /init ${INSTALL_PREFIX} /init_new " ${init_files[@]} "
177177
178178# Copy for the init/arch_specs directory
179179arch_specs_files=(
@@ -191,7 +191,7 @@ copy_files_by_list ${TOPDIR}/init/Magic_Castle ${INSTALL_PREFIX}/init/Magic_Cast
191191mc_files=(
192192 ${EESSI_VERSION} .lua
193193)
194- copy_files_by_list ${TOPDIR} /init/modules/EESSI ${INSTALL_PREFIX} /init/modules /EESSI " ${mc_files[@]} "
194+ copy_files_by_list ${TOPDIR} /init/modules/EESSI ${INSTALL_PREFIX} /init/modules_new /EESSI " ${mc_files[@]} "
195195
196196# Copy for init/lmod directory
197197init_script_files=(
You can’t perform that action at this time.
0 commit comments