mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 00:57:58 +02:00
libpbuild: bugfix: ol_dir replaced by ol_mod_root
This commit is contained in:
@@ -764,7 +764,7 @@ pbuild::make_all() {
|
||||
fi
|
||||
|
||||
modulefile_dir=$(join_by '/' \
|
||||
"${ol_dir}/${GROUP}/${PMODULES_MODULEFILES_DIR}" \
|
||||
"${ol_mod_root}/${GROUP}/${PMODULES_MODULEFILES_DIR}" \
|
||||
"${names[@]}" \
|
||||
"${module_name}")
|
||||
modulefile_name="${modulefile_dir}/${module_version}"
|
||||
|
||||
Reference in New Issue
Block a user