Skip to content

Commit a5a8a75

Browse files
committed
try installing init files to init_new, modules to modules_new
1 parent b8c8e9a commit a5a8a75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install_scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
179179
arch_specs_files=(
@@ -191,7 +191,7 @@ copy_files_by_list ${TOPDIR}/init/Magic_Castle ${INSTALL_PREFIX}/init/Magic_Cast
191191
mc_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
197197
init_script_files=(

0 commit comments

Comments
 (0)