From 51d31fe3b281c0a47003c3487e928adbc13eb42f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 9 Jun 2015 17:13:27 +0200 Subject: reproducible coreboot: sharedutils is another build result to ignore --- bin/reproducible_coreboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 5cd23f8d..6ce5baa3 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -123,8 +123,8 @@ nice ionice -c 3 \ cd coreboot-builds for i in * ; do - # abuild is a build result but not the result we are looking for... - if [ "$i" != "abuild" ] ; then + # abuild and sharedutils are build results but not the results we are looking for... + if [ "$i" != "abuild" ] && [ "$i" != "sharedutils" ] ; then mkdir $TMPDIR/b1/$i if [ -f $i/coreboot.rom ] ; then cp -p $i/coreboot.rom $TMPDIR/b1/$i/ -- cgit v1.2.3-54-g00ecf