MODULEROOT_PATH renamed to MODULEPATH_ROOT (this is what Lmod uses)

This commit is contained in:
2014-04-23 17:40:23 +02:00
parent e2e68c6849
commit ddf5e9ff3b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ source "$(dirname $0)/../lib/libem.bash"
function em.configure() {
"${EM_SRCDIR}"/configure \
--prefix="${EM_BINDIR}/core" \
--with-module-path="${EM_MODULEROOT_PATH}" \
--with-module-path="${MODULEPATH_ROOT}" \
|| exit 1
}
# fake module command