Ignore:
Timestamp:
09/25/2019 07:50:45 AM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
654f592
Parents:
0974c32
Message:

TRACKFILE should not contain LFS packages that are also in BLFS, ticket #1723

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r0974c32 ra1795f0  
    206206                sed 's/.*>\([^<]*\)<.*/\1/' | \\
    207207                sort | uniq); do \\
    208             if [ "x\$\$pack" = xtcl -o \\
    209                  "x\$\$pack" = xexpect -o \\
    210                  "x\$\$pack" = xdejagnu ]; then continue; \\
    211             fi; \\
     208            case "x\$\$pack" in \\
     209              xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim | \\
     210              xshadow | xPython | xlinux-headers | xdbus | xsystemd )\\
     211                continue ;; \\
     212            esac; \\
    212213            VERSION=\$\$(grep -A1 ">\$\$pack</product" \\
    213214                        ../$LFS_XML/tmp/lfs-full.xml | \\
Note: See TracChangeset for help on using the changeset viewer.