Ignore:
Timestamp:
10/14/2021 06:53:29 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
4c32ca8
Parents:
2257bd7
Message:

Custom tools: prevent a warning if no md5sum for patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_download_pkgs

    r2257bd7 r2718053  
    8181    [[ $BOOKMD5 = "UDEV-MD5SUM" ]]           && continue
    8282    [[ $BOOKMD5 = "LFS-NETSCRIPTS-MD5SUM" ]] && continue
     83    [[ $BOOKMD5 = "CUSTOM-PATCH-MD5SUM" ]]   && continue
    8384
    8485      # IF the md5sum does not match the existing files
Note: See TracChangeset for help on using the changeset viewer.