Skip to content

Commit 202c3ad

Browse files
committed
Make sure the full directory name is replaced in eb_hooks.py
1 parent 7e4067b commit 202c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ done
204204
sed -i "s@/<EESSI_VERSION>/@/${EESSI_VERSION}/@g" ${INSTALL_PREFIX}/init/modules/EESSI/${EESSI_VERSION}.lua
205205

206206
# replace EESSI version used in EasyBuild hooks
207-
sed -i "s@/<EESSI_VERSION>/@/${EESSI_VERSION}/@g" ${INSTALL_PREFIX}/init/easybuild/eb_hooks.py
207+
sed -i "s@/eessi-<EESSI_VERSION>/@/eessi-${EESSI_VERSION}/@g" ${INSTALL_PREFIX}/init/easybuild/eb_hooks.py

0 commit comments

Comments
 (0)