From 2776065544f015195f5b5f62cdea325d0fc799d2 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 15 Jul 2024 18:14:13 +0200 Subject: [PATCH] build-system: $PREFIX can now be used in YAML config file --- Pmodules/libpbuild.bash | 1 - Pmodules/modbuild.in | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index cb790b6..bc2a134 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -26,7 +26,6 @@ declare -a PATCH_FILES=() declare -a PATCH_STRIPS=() declare -a PATCH_STRIP_DEFAULT='1' declare -- configure_with='auto' -declare -- PREFIX='' declare -- SRC_DIR='' declare -- BUILD_DIR='' declare -- is_subpkg='no' diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 3ec9e44..e5e0268 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -685,6 +685,7 @@ declare -x V_MAJOR='' # first number in version string declare -x V_MINOR='' # second number in version string (or empty) declare -x V_PATCHLVL='' # third number in version string (or empty) declare -x V_RELEASE='' # module release (or empty) +declare -x PREFIX='' declare -A SHASUMS=() declare -a MODULE_DOCFILES=()