mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-07 11:52:26 +02:00
Merge branch '287-modbuild-prefix-should-be-usable-in-yaml-config-files' into 'master'
Resolve "modbuild: $PREFIX should be usable in YAML config files" Closes #287 See merge request Pmodules/src!265
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user