Merge trunk r3703

This commit is contained in:
Pierre Labastie 2013-05-18 20:47:47 +00:00
parent 0a661b663c
commit d8ed3a9917

View file

@ -87,6 +87,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
# Deal with udev and bootscripts m5sum issue
[[ $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