changes made in version 1.0 merged/added

- Issue #176, MR !149 relocatable modulecmd
- Issue #175, MR !148 new logmessage format
- Issue #173, MR !146 additional dirs in search path of CMake and pkgconfig
- Issue #172, MR !145: fix in reading legacy variants files
This commit is contained in:
2022-12-05 15:35:26 +01:00
parent 07d22cf1f2
commit 4ee53d12fa
5 changed files with 64 additions and 94 deletions
+2
View File
@@ -7,6 +7,7 @@ if (( "${BASH_VERSINFO[0]}" < 5 )); then
echo "BASH version 5.0 or newer is required and must be available in PATH!" 1>&2
exit 1
fi
declare TCL_VERSION='8.6'
set -o nounset
set -o pipefail
@@ -432,6 +433,7 @@ build::install() {
sed_cmd+="s:@VERSIONING@:#:g;"
sed_cmd+="s:@BASH@:${PREFIX}/${UTILBIN_DIR}/bash:g;"
sed_cmd+="s:@MODULECMD@:${PREFIX}/${UTILBIN_DIR}/modulecmd.bash:g;"
sed_cmd+="s:@TCL_VERSION@:${TCL_VERSION}:g;"
sed "${sed_cmd}" "${SRC_DIR}/profile.bash.in" \
> "${INSTALL_ROOT}/${CONFIG_DIR}/profile.bash-${VERSION}"