[jhalfs] 02/04: compound packages: some subpackages are not built
| 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 ablfs-more in repository jhalfs. commit 950470d62008583116540dab12b961318320cdbf Author: Pierre Labastie <[email protected]> AuthorDate: Tue Oct 31 19:03:59 2023 +0100 compound packages: some subpackages are not built We remove lines containing "cat" and "EOF", but some subpackage names may contain "cat" (for example knotifications). the lines to remove contain also a tag, so change the regexp to >cat and EOF< --- BLFS/gen-special.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh index 4e0837c..25fb5f8 100755 --- a/BLFS/gen-special.sh +++ b/BLFS/gen-special.sh @@ -124,7 +124,7 @@ EOF # Note that only xorg pages have '&' in them. So for kde # pages, what is extracted it the full tarball name. list_cat="$(sed -n '/>cat.*\.\(md5\|dat\)/,/EOF</p' $file | \ - grep -v 'cat\|EOF\|#' | \ + grep -v '>cat\|EOF<\|#' | \ awk '{ print $NF }' | sed 's/-&.*//')" precpack=NONE -- 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