aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-02-25 10:51:30 -0700
committerJohn Rigby <john.rigby@linaro.org>2012-03-20 23:29:19 -0600
commitb017d8bbbc2a6c038b4f4e120a1efb714bbae986 (patch)
tree59dbfb04feebf62d3371001b19d078b5a9c79cb3
parent637e05c493452b62dcd70e322a53691c48ff2112 (diff)
LINARO: quiet kernel wedge failure
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--debian/rules.d/5-udebs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules.d/5-udebs.mk b/debian/rules.d/5-udebs.mk
index 2cb81fdd6ef..db1507ed8af 100644
--- a/debian/rules.d/5-udebs.mk
+++ b/debian/rules.d/5-udebs.mk
@@ -26,7 +26,8 @@ do-binary-udebs: debian/control
export SOURCEDIR=$(CURDIR)/debian/d-i-${arch} && \
cd $(builddir) && \
kernel-wedge install-files && \
- kernel-wedge check
+ kernel-wedge check || \
+ true
# Build just the udebs
dilist=$$(dh_listpackages -s | grep "\-di$$") && \