Merge branch '63-post_install_linux-not-called' into 'master'

Resolve "'post_install_linux()' not called"

Closes #63

See merge request Pmodules/src!28
This commit is contained in:
2019-08-09 17:33:03 +02:00
+2 -2
View File
@@ -728,7 +728,7 @@ pbuild::make_all() {
post_install_linux() {
std::info \
"%s " "${module_name}/${module_version}:" \
"running post-installation for ${system} ..."
"running post-installation for ${OS} ..."
cd "${PREFIX}"
# solve multilib problem with LIBRARY_PATH
# on 64bit Linux
@@ -737,7 +737,7 @@ pbuild::make_all() {
}
cd "${BUILD_DIR}"
[[ "${system}" == "Linux" ]] && post_install_linux
[[ "${OS}" == "Linux" ]] && post_install_linux
install_doc
install_pmodules_files
write_runtime_dependencies