From 34af38d21687daf99bdd52f4b92a3e9517dc96c7 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 19 Apr 2021 15:17:01 +0200 Subject: [PATCH] modbuild: libpbuild_dyn.bash is not required any more --- Pmodules/modbuild.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 2d30689..6aa9543 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -416,11 +416,6 @@ pbuild.update_modulefiles "${opt_update_modulefiles}" pbuild.system "${opt_system}" pbuild.verbose "${opt_verbose}" -source libpbuild_dyn.bash || \ - std::die 3 "Oops: cannot source library -- '$_'" - -# source build configuration, -# must be done before sourcing libpbuild! if [[ "${opt_bootstrap}" == 'yes' ]]; then test -d "${BUILDBLOCK_DIR}/../../config" && PATH+=":$_" else