]> git.ipfire.org Git - people/amarx/ipfire-2.x.git/commitdiff
make.sh: fix wrong md5sum messages at wrong arch packages.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 3 Jan 2012 20:21:26 +0000 (21:21 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 3 Jan 2012 20:21:26 +0000 (21:21 +0100)
make.sh

diff --git a/make.sh b/make.sh
index 1edcf1571fe9707a032214838d8c37972f384f13..ccdb4c639065932fad717f25c1d6ac0bf58cde38 100755 (executable)
--- 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