We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3812bb7 commit 6c8692eCopy full SHA for 6c8692e
install_scripts.sh
@@ -184,6 +184,9 @@ hook_files=(
184
)
185
copy_files_by_list ${TOPDIR} ${INSTALL_PREFIX}/init/easybuild "${hook_files[@]}"
186
187
+# replace version placeholders in scripts;
188
+# note: the commands below are always run, regardless of whether the scripts were changed,
189
+# but that should be fine (no changes are made if version placeholder is not present anymore)
190
191
# make sure that scripts in init/ and scripts/ use correct EESSI version
192
sed -i "s/__EESSI_VERSION_DEFAULT__/${EESSI_VERSION}/g" ${INSTALL_PREFIX}/init/eessi_defaults
0 commit comments