Changeset a1795f0 for BLFS/update-lfs.sh


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
  • BLFS/update-lfs.sh

    r0974c32 ra1795f0  
    9999                  sed 's/.*>\([^<]*\)<.*/\1/' |
    100100                  sort | uniq); do
    101         if [ "$pack" = "libstdc++" -o \
    102              "$pack" = "tcl"       -o \
    103              "$pack" = "tcl-core"  -o \
    104              "$pack" = "expect"    -o \
    105              "$pack" = "dejagnu"      ]; then continue; fi
     101        case "x$pack" in
     102            xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim |
     103            xshadow | xPython | xlinux-headers | xdbus | xsystemd )
     104                continue ;;
     105        esac
     106
    106107        VERSION=$(grep -A1 ">$pack</product" $LFS_FULL |
    107108                    head -n2 |
Note: See TracChangeset for help on using the changeset viewer.