Changeset 950470d


Ignore:
Timestamp:
10/31/2023 06:03:59 PM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
96528bf
Parents:
816fa9f5
Message:

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<

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-special.sh

    r816fa9f5 r950470d  
    125125# pages, what is extracted it the full tarball name.
    126126list_cat="$(sed -n '/>cat.*\.\(md5\|dat\)/,/EOF</p' $file | \
    127             grep -v 'cat\|EOF\|#' | \
     127            grep -v '>cat\|EOF<\|#' | \
    128128            awk '{ print $NF }' | sed 's/-&.*//')"
    129129
Note: See TracChangeset for help on using the changeset viewer.