From 7f089633c7401881ca7d82b0ab94a0dc5b801585 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 19 Apr 2021 15:48:18 +0200 Subject: [PATCH] libpbuild: better doc what installing build-block files does --- Pmodules/libpbuild.bash | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index 0bc0820..3404b63 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -843,12 +843,14 @@ pbuild::make_all() { } #.............................................................. - # install build-block files + # install build-block files # - modulefile # - build-script - # - build dependencies + # - run-time and build dependencies + # in ${PREFIX}/share/${GROUP}/${module_name} # - # Skip installation if modulefile does not exist. + # Arguments: + # none # install_pmodules_files() { local modulefile=''