15 May 2024 fix for tdebase handbooks build

workaround for TDE issues 458 and 483 for 14.1.2 release -
 development versions have been patched, re PR 484
master
Ray-V 3 weeks ago
parent 9b5de33d89
commit 132969d704

@ -127,6 +127,12 @@ EOF
## rather than set HTDIG_SEARCH_BINARY which fixes the location
sed -i 's|HINTS|&\n /var/www/cgi-bin|' khelpcenter/searchhandlers/CMakeLists.txt
## Work-around to build the handbooks, fixes tdebase issues 458 & 483
## See tdebase issue 483, #issuecomment-51339
[[ $TDEVERSION == 14.1.2 ]] && {
sed -i 's|MATCHES ";${_lang};" ))|MATCHES ";1;" ))|' cmake/modules/TDEMacros.cmake
}
listdocs_fn
chown_fn

Loading…
Cancel
Save