[jhalfs] 03/03: Dep check: switch to lower case in LIST_NEEDED:
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Sat, 29 Nov 2025 14:06:22 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit c307dc15603a9864d0254512216b752faf8521b3 Author: Pierre Labastie <[email protected]> AuthorDate: Sat Nov 29 15:04:07 2025 +0100 Dep check: switch to lower case in LIST_NEEDED: This list is compared to installed packages according to porg, but porg turns all letters to lowercase... --- BLFS/gen_pkg_book.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index d12aa0a..de14a10 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -314,7 +314,7 @@ if [ -n "$DEP_CHECK" ]; then fi LIST_LFS=" $(xsltproc $ListLFS $LFS_FULL) " - LIST_NEEDED=" $(echo $FULL_LIST) " + LIST_NEEDED=" $(echo ${FULL_LIST,,}) " LIST_INSTALLED="$(porg -a | sed 's/-[[:digit:]].*//')" LIST_UNNEEDED= for p in $LIST_INSTALLED; do -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page