From 0700131382f2fc411ec7f778fce6e3dc2f7bc034 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 18 May 2013 20:46:10 +0000 Subject: [PATCH] Add the lfs-netscripts case for md5sum test --- common/libs/func_download_pkgs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/libs/func_download_pkgs b/common/libs/func_download_pkgs index 0aec02f..39ca9a6 100644 --- a/common/libs/func_download_pkgs +++ b/common/libs/func_download_pkgs @@ -85,8 +85,9 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if fi # Deal with udev and bootscripts m5sum issue - [[ $BOOKMD5 = "BOOTSCRIPTS-MD5SUM" ]] && continue - [[ $BOOKMD5 = "UDEV-MD5SUM" ]] && continue + [[ $BOOKMD5 = "BOOTSCRIPTS-MD5SUM" ]] && continue + [[ $BOOKMD5 = "UDEV-MD5SUM" ]] && continue + [[ $BOOKMD5 = "LFS-NETSCRIPTS-MD5SUM" ]] && continue # IF the md5sum does not match the existing files if ! echo "$MD5" | md5sum -c - >/dev/null ; then