mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
build-system: typo in variable name in pbuild::configure fixed
This commit is contained in:
@@ -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