From 49826b60ec6853595fda8728b48ebd3d28abc4ad Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 22 Jun 2022 22:21:40 +0200 Subject: [PATCH] libpbuild: bugfix: ol_dir replaced by ol_mod_root --- Pmodules/libpbuild.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index feb0129..aceecfd 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -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}"