mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-02 17:48:11 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user