mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-09 15:20:50 +02:00
Merge pull request #1339 from Pmodules/1338-typo-in-libpbuildbash
build-system: typo in variable name in pbuild::configure fixed
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
(#1316, #1331)
|
||||
|
||||
### build system
|
||||
* typo in error message in function pbuild::configure() fixed.
|
||||
(#1338)
|
||||
* Substitute environment variables in TmpDir and DistFilesDir in Pmodules.yaml
|
||||
(#1333)
|
||||
* Function to simplify building modules with pip3 added.
|
||||
|
||||
@@ -568,7 +568,7 @@ pbuild::configure() {
|
||||
if [[ ! -r "${SRC_DIR}/configure" ]]; then
|
||||
std::die 3 \
|
||||
"%s " "${module_name}/${module_version}:" \
|
||||
"${FNCNAME[0]}:" \
|
||||
"${FUNCNAME[0]}:" \
|
||||
"autotools configuration not available, aborting..."
|
||||
fi
|
||||
;;
|
||||
@@ -576,7 +576,7 @@ pbuild::configure() {
|
||||
if [[ ! -r "${SRC_DIR}/CMakeLists.txt" ]]; then
|
||||
std::die 3 \
|
||||
"%s " "${module_name}/${module_version}:" \
|
||||
"${FNCNAME[0]}:" \
|
||||
"${FUNCNAME[0]}:" \
|
||||
"CMake script not available, aborting..."
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user