libpbuild: add a bit more comments to post_install function

This commit is contained in:
2021-04-19 15:45:57 +02:00
parent 837bf74522
commit 3c08327cdb
+7 -1
View File
@@ -806,11 +806,17 @@ pbuild::make_all() {
}
#......................................................................
# non-redefinable post-install
# non-redefinable post-install. Install:
# - documentation files as defined in the build-script
# - modulefile and file with release
# .
post_install() {
#..............................................................
# install the doc-files specified in the build-script
#
# Arguments:
# none
#
install_doc() {
if [[ -z "${MODULE_DOCFILES}" ]]; then
for f in ${VERSIONS[@]/#/pbuild::install_docfiles_}; do