libpbuild: bugfix: ol_dir replaced by ol_mod_root

This commit is contained in:
2022-06-22 22:21:40 +02:00
parent 6401d2e1f7
commit 49826b60ec
+1 -1
View File
@@ -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}"