mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 00:57:58 +02:00
libpbuild: add a bit more comments to post_install function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user