--- core-functions.sh.orig 2009-04-16 17:36:39.055447357 -0400 +++ core-functions.sh 2009-04-16 17:49:59.733522890 -0400 @@ -260,7 +260,7 @@ local MD5ORIGINAL local MD5DOWNLOAD - MD5ORIGINAL=$(grep "/${NAMEPKG}$" ${WORKDIR}/CHECKSUMS.md5| cut -f1 -d \ ) + MD5ORIGINAL=$(grep "/${NAMEPKG}$" ${WORKDIR}/CHECKSUMS.md5| grep -v '/source/'| cut -f1 -d \ ) MD5DOWNLOAD=$(md5sum ${TEMP}/${1} | cut -f1 -d \ ) if [ "$MD5ORIGINAL" = "$MD5DOWNLOAD" ]; then echo 1