From: Arne Fitzenreiter Date: Tue, 3 Jan 2012 20:21:26 +0000 (+0100) Subject: make.sh: fix wrong md5sum messages at wrong arch packages. X-Git-Tag: v2.9-core55~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a41302651055f03f27c8132526a3bd5520875555;p=ipfire-2.x.git make.sh: fix wrong md5sum messages at wrong arch packages. --- diff --git a/make.sh b/make.sh index 1edcf1571f..ccdb4c6390 100755 --- a/make.sh +++ b/make.sh @@ -1002,6 +1002,7 @@ downloadsrc) ERROR=0 for i in *; do if [ -f "$i" -a "$i" != "Config" ]; then + lfsmakecommoncheck ${i} > /dev/null || continue make -s -f $i LFS_BASEDIR=$BASEDIR MACHINE=$MACHINE \ MESSAGE="$i\t " md5 >> $LOGFILE 2>&1 if [ $? -ne 0 ]; then