Changeset 2718053 for common


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

Location:
common/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_custom_pkgs

    r2257bd7 r2718053  
    111111     # Add any patches..
    112112    for PATCH in PATCH{1..10}; do
    113       [[ -n ${!PATCH} ]] && echo "dummy-url ${!PATCH}" >> urls.lst.tmp
     113      [[ -n ${!PATCH} ]] && echo "dummy-url ${!PATCH} CUSTOM-PATCH-MD5SUM" >> urls.lst.tmp
    114114    done
    115115  done
  • 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.