Changeset 94a78dd


Ignore:
Timestamp:
12/08/2018 09:04:01 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
c8d5f11
Parents:
1646303
Message:

When installing BLFS tools, the database of installed packages is populated
with LFS pacakges. But packages installed only in tools should not be in
this database. As a side note, it would be cleaner to use an xsl stylesheet
for that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r1646303 r94a78dd  
    220220                sed 's/.*>\([^<]*\)<.*/\1/' | \\
    221221                sort | uniq); do \\
     222            if [ "x\$\$pack" = xtcl -o \\
     223                 "x\$\$pack" = xexpect -o \\
     224                 "x\$\$pack" = xdejagnu ]; then continue; \\
     225            fi; \\
    222226            VERSION=\$\$(grep -A1 ">\$\$pack</product" \\
    223227                        ../$LFS_XML/tmp/lfs-full.xml | \\
Note: See TracChangeset for help on using the changeset viewer.